diff options
Diffstat (limited to 'drivers/spi/spi-mpc512x-psc.c')
-rw-r--r-- | drivers/spi/spi-mpc512x-psc.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/spi/spi-mpc512x-psc.c b/drivers/spi/spi-mpc512x-psc.c index 6a5b4238fb6b..4c63f772780a 100644 --- a/drivers/spi/spi-mpc512x-psc.c +++ b/drivers/spi/spi-mpc512x-psc.c | |||
@@ -559,18 +559,7 @@ static struct platform_driver mpc512x_psc_spi_of_driver = { | |||
559 | .of_match_table = mpc512x_psc_spi_of_match, | 559 | .of_match_table = mpc512x_psc_spi_of_match, |
560 | }, | 560 | }, |
561 | }; | 561 | }; |
562 | 562 | module_platform_driver(mpc512x_psc_spi_of_driver); | |
563 | static int __init mpc512x_psc_spi_init(void) | ||
564 | { | ||
565 | return platform_driver_register(&mpc512x_psc_spi_of_driver); | ||
566 | } | ||
567 | module_init(mpc512x_psc_spi_init); | ||
568 | |||
569 | static void __exit mpc512x_psc_spi_exit(void) | ||
570 | { | ||
571 | platform_driver_unregister(&mpc512x_psc_spi_of_driver); | ||
572 | } | ||
573 | module_exit(mpc512x_psc_spi_exit); | ||
574 | 563 | ||
575 | MODULE_AUTHOR("John Rigby"); | 564 | MODULE_AUTHOR("John Rigby"); |
576 | MODULE_DESCRIPTION("MPC512x PSC SPI Driver"); | 565 | MODULE_DESCRIPTION("MPC512x PSC SPI Driver"); |