aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-sh.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spi-sh.c')
-rw-r--r--drivers/spi/spi-sh.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/spi/spi-sh.c b/drivers/spi/spi-sh.c
index e0343d48da6c..70c8af9f7ccc 100644
--- a/drivers/spi/spi-sh.c
+++ b/drivers/spi/spi-sh.c
@@ -524,18 +524,7 @@ static struct platform_driver spi_sh_driver = {
524 .owner = THIS_MODULE, 524 .owner = THIS_MODULE,
525 }, 525 },
526}; 526};
527 527module_platform_driver(spi_sh_driver);
528static int __init spi_sh_init(void)
529{
530 return platform_driver_register(&spi_sh_driver);
531}
532module_init(spi_sh_init);
533
534static void __exit spi_sh_exit(void)
535{
536 platform_driver_unregister(&spi_sh_driver);
537}
538module_exit(spi_sh_exit);
539 528
540MODULE_DESCRIPTION("SH SPI bus driver"); 529MODULE_DESCRIPTION("SH SPI bus driver");
541MODULE_LICENSE("GPL"); 530MODULE_LICENSE("GPL");