aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-da9055.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-01-11 14:31:39 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2013-01-11 14:54:54 -0800
commit0a1af1d61edae189b0a81bc46386ab37eb3d9d4d (patch)
tree968338d163b6ef45d158ae24151d83cc88a30577 /drivers/rtc/rtc-da9055.c
parentlib: cpu_rmap: avoid flushing all workqueues (diff)
downloadlinux-dev-0a1af1d61edae189b0a81bc46386ab37eb3d9d4d.tar.xz
linux-dev-0a1af1d61edae189b0a81bc46386ab37eb3d9d4d.zip
drivers/rtc/rtc-da9055.c: fix cross-section reference
Fix the warning WARNING: drivers/rtc/rtc-da9055.o(.text+0xa71): Section mismatch in reference from the function da9055_rtc_probe() to the function .init.text:da9055_rtc_device_init() Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rtc/rtc-da9055.c')
-rw-r--r--drivers/rtc/rtc-da9055.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-da9055.c b/drivers/rtc/rtc-da9055.c
index 96bafc5c3bf8..8f0dcfedb83c 100644
--- a/drivers/rtc/rtc-da9055.c
+++ b/drivers/rtc/rtc-da9055.c
@@ -227,7 +227,7 @@ static const struct rtc_class_ops da9055_rtc_ops = {
.alarm_irq_enable = da9055_rtc_alarm_irq_enable,
};
-static int __init da9055_rtc_device_init(struct da9055 *da9055,
+static int da9055_rtc_device_init(struct da9055 *da9055,
struct da9055_pdata *pdata)
{
int ret;