diff options
-rw-r--r-- | arch/mips/sgi-ip32/ip32-platform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip32/ip32-platform.c b/arch/mips/sgi-ip32/ip32-platform.c index 0134db2ad0a8..5a2a82148d8d 100644 --- a/arch/mips/sgi-ip32/ip32-platform.c +++ b/arch/mips/sgi-ip32/ip32-platform.c | |||
@@ -130,9 +130,9 @@ struct platform_device ip32_rtc_device = { | |||
130 | .resource = ip32_rtc_resources, | 130 | .resource = ip32_rtc_resources, |
131 | }; | 131 | }; |
132 | 132 | ||
133 | +static int __init sgio2_rtc_devinit(void) | 133 | static __init int sgio2_rtc_devinit(void) |
134 | { | 134 | { |
135 | return platform_device_register(&ip32_rtc_device); | 135 | return platform_device_register(&ip32_rtc_device); |
136 | } | 136 | } |
137 | 137 | ||
138 | device_initcall(sgio2_cmos_devinit); | 138 | device_initcall(sgio2_rtc_devinit); |