diff options
Diffstat (limited to 'drivers/spi/spi_mpc83xx.c')
-rw-r--r-- | drivers/spi/spi_mpc83xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi_mpc83xx.c b/drivers/spi/spi_mpc83xx.c index 2adf856e44c2..fcbf1b8a5264 100644 --- a/drivers/spi/spi_mpc83xx.c +++ b/drivers/spi/spi_mpc83xx.c | |||
@@ -530,6 +530,7 @@ static int __devexit mpc83xx_spi_remove(struct platform_device *dev) | |||
530 | return 0; | 530 | return 0; |
531 | } | 531 | } |
532 | 532 | ||
533 | MODULE_ALIAS("mpc83xx_spi"); /* for platform bus hotplug */ | ||
533 | static struct platform_driver mpc83xx_spi_driver = { | 534 | static struct platform_driver mpc83xx_spi_driver = { |
534 | .probe = mpc83xx_spi_probe, | 535 | .probe = mpc83xx_spi_probe, |
535 | .remove = __devexit_p(mpc83xx_spi_remove), | 536 | .remove = __devexit_p(mpc83xx_spi_remove), |