OSDN Git Service

sparc: remove __devinit, __devexit annotations
[uclinux-h8/linux.git] / arch / sparc / kernel / time_32.c
index 9536415..c4c27b0 100644 (file)
@@ -278,7 +278,7 @@ static struct platform_device m48t59_rtc = {
        },
 };
 
-static int __devinit clock_probe(struct platform_device *op)
+static int clock_probe(struct platform_device *op)
 {
        struct device_node *dp = op->dev.of_node;
        const char *model = of_get_property(dp, "model", NULL);