summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorManish Badarkhe <badarkhe.manish@gmail.com>2013-11-05 16:57:26 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2013-11-05 16:57:26 +1100
commite83c6a6e0f31f99b95eb5f0ea49b612481149e1b (patch)
tree52084cadf4cea7af919b2b44f27dd2fe74cd6172 /drivers
parent207f46b48526b16db081de6592f58a8dffda6716 (diff)
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rtc/rtc-tps65910.c1
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>