projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c181c
)
drivers/rtc/rtc-tps65910.c: remove unnecessary include
author
Manish Badarkhe
<
[email protected]
>
Tue, 12 Nov 2013 23:11:03 +0000
(15:11 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 13 Nov 2013 03:09:31 +0000
(12:09 +0900)
Currently, driver includes 'pm_runtime.h' which is not used anywhere in
code hence remove this unnecessory inclusion.
Signed-off-by: Manish Badarkhe <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/rtc/rtc-tps65910.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-tps65910.c
b/drivers/rtc/rtc-tps65910.c
index a9caf043b0ce8716f495d437f3d2be9857b03885..7af00208d637141a8eb18a045b94b6cfa4f5e071 100644
(file)
--- a/
drivers/rtc/rtc-tps65910.c
+++ b/
drivers/rtc/rtc-tps65910.c
@@
-22,7
+22,6
@@
#include <linux/rtc.h>
#include <linux/bcd.h>
#include <linux/platform_device.h>
-#include <linux/pm_runtime.h>
#include <linux/interrupt.h>
#include <linux/mfd/tps65910.h>