|
@@ -1630,12 +1630,7 @@ static struct platform_driver mv_xor_driver = {
|
|
},
|
|
},
|
|
};
|
|
};
|
|
|
|
|
|
-
|
|
|
|
-static int __init mv_xor_init(void)
|
|
|
|
-{
|
|
|
|
- return platform_driver_register(&mv_xor_driver);
|
|
|
|
-}
|
|
|
|
-device_initcall(mv_xor_init);
|
|
|
|
|
|
+builtin_platform_driver(mv_xor_driver);
|
|
|
|
|
|
/*
|
|
/*
|
|
MODULE_AUTHOR("Saeed Bishara <saeed@marvell.com>");
|
|
MODULE_AUTHOR("Saeed Bishara <saeed@marvell.com>");
|