OSDN Git Service

sparc: remove __devinit, __devexit annotations
[uclinux-h8/linux.git] / arch / sparc / kernel / pmc.c
index 0e32022..dcbb62f 100644 (file)
@@ -52,7 +52,7 @@ static void pmc_swift_idle(void)
 #endif
 }
 
-static int __devinit pmc_probe(struct platform_device *op)
+static int pmc_probe(struct platform_device *op)
 {
        regs = of_ioremap(&op->resource[0], 0,
                          resource_size(&op->resource[0]), PMC_OBPNAME);