diff options
author | Robert Marklund <robert.marklund@stericsson.com> | 2011-06-08 14:20:03 +0200 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@linaro.org> | 2011-07-22 15:46:56 +0200 |
commit | 960e46416eaa90ea38b250eb74746a76ba97c5f4 (patch) | |
tree | e7ffc5883cba117ad085dbc4c97566b4e17f56cb /drivers/rtc/rtc-ab.c | |
parent | 1fcd50ba1d13e7b04a78fe9e9cebf3fdfd5b908a (diff) |
mfd: abx500: Move ab5500 include
Move the content of linux/mfd/abx500/ab5500.h
to the mainline header linux/mfd/abx500.h
Also change the clients of this file.
ST-Ericsson Linux next: OK
ST-Ericsson ID: 342253
ST-Ericsson FOSS-OUT ID: Trivial
Signed-off-by: Robert Marklund <robert.marklund@stericsson.com>
Change-Id: I30f7e2978d7bb00408597fdbdce8e7b6fdca397f
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24725
Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
Diffstat (limited to 'drivers/rtc/rtc-ab.c')
-rw-r--r-- | drivers/rtc/rtc-ab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ab.c b/drivers/rtc/rtc-ab.c index db1992632fa..8e595e05d99 100644 --- a/drivers/rtc/rtc-ab.c +++ b/drivers/rtc/rtc-ab.c @@ -13,7 +13,6 @@ #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/mfd/abx500.h> -#include <linux/mfd/abx500/ab5500.h> #define AB5500_RTC_CLOCK_RATE 32768 #define AB5500_RTC 0x00 |