diff options
Diffstat (limited to 'drivers/crypto/picoxcell_crypto.c')
-rw-r--r-- | drivers/crypto/picoxcell_crypto.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c index a2b553eabbdb..9b1571c2a5a4 100644 --- a/drivers/crypto/picoxcell_crypto.c +++ b/drivers/crypto/picoxcell_crypto.c | |||
@@ -1854,17 +1854,7 @@ static struct platform_driver spacc_driver = { | |||
1854 | .id_table = spacc_id_table, | 1854 | .id_table = spacc_id_table, |
1855 | }; | 1855 | }; |
1856 | 1856 | ||
1857 | static int __init spacc_init(void) | 1857 | module_platform_driver(spacc_driver); |
1858 | { | ||
1859 | return platform_driver_register(&spacc_driver); | ||
1860 | } | ||
1861 | module_init(spacc_init); | ||
1862 | |||
1863 | static void __exit spacc_exit(void) | ||
1864 | { | ||
1865 | platform_driver_unregister(&spacc_driver); | ||
1866 | } | ||
1867 | module_exit(spacc_exit); | ||
1868 | 1858 | ||
1869 | MODULE_LICENSE("GPL"); | 1859 | MODULE_LICENSE("GPL"); |
1870 | MODULE_AUTHOR("Jamie Iles"); | 1860 | MODULE_AUTHOR("Jamie Iles"); |