diff options
author | Manish Badarkhe <badarkhe.manish@gmail.com> | 2013-11-13 00:11:03 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-13 04:09:31 +0100 |
commit | 5e0d12142e1cf5dc7a8a276fc1fe60b8a5ecb1d3 (patch) | |
tree | f85dc9689866a7615a0009a86e8d7fab5e912298 /drivers/rtc/rtc-tps65910.c | |
parent | drivers/rtc/rtc-pl030.c: use devm_kzalloc() instead of kmalloc() (diff) | |
download | linux-5e0d12142e1cf5dc7a8a276fc1fe60b8a5ecb1d3.tar.xz linux-5e0d12142e1cf5dc7a8a276fc1fe60b8a5ecb1d3.zip |
drivers/rtc/rtc-tps65910.c: remove unnecessary include
Currently, driver includes 'pm_runtime.h' which is not used anywhere in
code hence remove this unnecessory inclusion.
Signed-off-by: Manish Badarkhe <badarkhe.manish@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-tps65910.c')
-rw-r--r-- | drivers/rtc/rtc-tps65910.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-tps65910.c b/drivers/rtc/rtc-tps65910.c index a9caf043b0ce..7af00208d637 100644 --- 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> |