aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_sys.c
diff options
context:
space:
mode:
authorEduardo Valentin <eduardo.valentin@ti.com>2013-01-02 10:29:40 -0500
committerZhang Rui <rui.zhang@intel.com>2013-01-15 21:47:02 -0500
commitba38bb8c72fc259a8e3f2f1feb5761ae6f5858f0 (patch)
tree68f247a5c63dfe15c509972f074685f06e276aa5 /drivers/thermal/thermal_sys.c
parent8ab3e6a08a98f7ff18c6814065eb30ba2e000233 (diff)
thermal: remove unnecessary include
No need for spinlocks in this file, then removing its header. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Reviewed-by: Durgadoss R <durgadoss.r@intel.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/thermal_sys.c')
-rw-r--r--drivers/thermal/thermal_sys.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c
index d85f51f433be..70ce100d34af 100644
--- a/drivers/thermal/thermal_sys.c
+++ b/drivers/thermal/thermal_sys.c
@@ -32,7 +32,6 @@
32#include <linux/kdev_t.h> 32#include <linux/kdev_t.h>
33#include <linux/idr.h> 33#include <linux/idr.h>
34#include <linux/thermal.h> 34#include <linux/thermal.h>
35#include <linux/spinlock.h>
36#include <linux/reboot.h> 35#include <linux/reboot.h>
37#include <net/netlink.h> 36#include <net/netlink.h>
38#include <net/genetlink.h> 37#include <net/genetlink.h>