projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab3e6a
)
thermal: remove unnecessary include
author
Eduardo Valentin
<eduardo.valentin@ti.com>
Wed, 2 Jan 2013 15:29:40 +0000
(15:29 +0000)
committer
Zhang Rui
<rui.zhang@intel.com>
Wed, 16 Jan 2013 02:47:02 +0000
(10:47 +0800)
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>
drivers/thermal/thermal_sys.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/thermal/thermal_sys.c
b/drivers/thermal/thermal_sys.c
index d85f51f433be49dc9f5e5f7b5db94f095555b957..70ce100d34afbe35272c0b35dcb0e2bfc0fbc89a 100644
(file)
--- a/
drivers/thermal/thermal_sys.c
+++ b/
drivers/thermal/thermal_sys.c
@@
-32,7
+32,6
@@
#include <linux/kdev_t.h>
#include <linux/idr.h>
#include <linux/thermal.h>
-#include <linux/spinlock.h>
#include <linux/reboot.h>
#include <net/netlink.h>
#include <net/genetlink.h>