summaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/chrp_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/kernel/chrp_time.c')
-rw-r--r--arch/ppc/kernel/chrp_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/kernel/chrp_time.c b/arch/ppc/kernel/chrp_time.c
index c374c9bd1..50c7417fb 100644
--- a/arch/ppc/kernel/chrp_time.c
+++ b/arch/ppc/kernel/chrp_time.c
@@ -31,7 +31,7 @@ static int nvram_as1 = NVRAM_AS1;
static int nvram_as0 = NVRAM_AS0;
static int nvram_data = NVRAM_DATA;
-__initfunc(void chrp_time_init(void))
+void __init chrp_time_init(void)
{
struct device_node *rtcs;
int base;
@@ -151,7 +151,7 @@ unsigned long chrp_get_rtc_time(void)
}
-__initfunc(void chrp_calibrate_decr(void))
+void __init chrp_calibrate_decr(void)
{
struct device_node *cpu;
int *fp, divisor;