summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2014-06-02 13:22:57 -0700
committerMandar Padmawar <mpadmawar@nvidia.com>2014-06-05 06:16:20 -0700
commita83d5d94b1e84de3830523e59538a141f9796b4a (patch)
tree61cd1a9fb87707ec2ba415c8863f06c1ab09276f /include/linux
parent6b764a9234a34c9815dcaba880c137791c19163a (diff)
thermal: remove unused field in info structure
Change-Id: I7cc66c88afbfcca6b93e714c778c892dea14ac8f Signed-off-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-on: http://git-master/r/417896 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/platform_data/thermal_sensors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/thermal_sensors.h b/include/linux/platform_data/thermal_sensors.h
index ff0a37b5d443..61708dc59740 100644
--- a/include/linux/platform_data/thermal_sensors.h
+++ b/include/linux/platform_data/thermal_sensors.h
@@ -29,7 +29,6 @@ struct thermal_trip_info {
bool tripped;
u32 mask;
bool bound;
- unsigned int level;
char *cdev_type;
};