Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
[linux-2.6-block.git] / drivers / memory / atmel-sdramc.c
index 12080b05e3e6030ec635632725700c6e30e418a1..b418b39af180601b38b71122ef493f9170ea3fb6 100644 (file)
@@ -85,8 +85,4 @@ static struct platform_driver atmel_ramc_driver = {
        },
 };
 
-static int __init atmel_ramc_init(void)
-{
-       return platform_driver_register(&atmel_ramc_driver);
-}
-device_initcall(atmel_ramc_init);
+builtin_platform_driver(atmel_ramc_driver);