[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1402567562-10634-1-git-send-email-pramod.gurav.etc@gmail.com>
Date: Thu, 12 Jun 2014 15:36:02 +0530
From: pramod.gurav.etc@...il.com
To: linux-kernel@...r.kernel.org
Cc: Pramod Gurav <pramod.gurav@...rtplayin.com>, trivial@...nel.org,
John Stultz <john.stultz@...aro.org>,
Marcus Gelderie <redmnic@...il.com>,
Pramod Gurav <pramod.gurav.etc@...il.com>
Subject: [PATCH] alarmtimer: Export symbols of alarmtimer_get_rtcdev
From: Pramod Gurav <pramod.gurav@...rtplayin.com>
Export symbol of alarmtimer_get_rtcdev so that it is used by
any driver when built as module like,
drivers/staging/android/alarm-dev.c
This Export was missing in Marcus's below patch:
https://lkml.org/lkml/2013/6/1/144
CC: trivial@...nel.org
CC: John Stultz <john.stultz@...aro.org>
CC: Marcus Gelderie <redmnic@...il.com>
Signed-off-by: Pramod Gurav <pramod.gurav.etc@...il.com>
---
kernel/time/alarmtimer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/time/alarmtimer.c b/kernel/time/alarmtimer.c
index 88c9c65..a53ba0b 100644
--- a/kernel/time/alarmtimer.c
+++ b/kernel/time/alarmtimer.c
@@ -71,7 +71,7 @@ struct rtc_device *alarmtimer_get_rtcdev(void)
return ret;
}
-
+EXPORT_SYMBOL_GPL(alarmtimer_get_rtcdev);
static int alarmtimer_rtc_add_device(struct device *dev,
struct class_interface *class_intf)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists