diff options
Diffstat (limited to 'drivers/spi/spi_txx9.c')
-rw-r--r-- | drivers/spi/spi_txx9.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi_txx9.c b/drivers/spi/spi_txx9.c index 08e981c40646..f6c3677035b0 100644 --- a/drivers/spi/spi_txx9.c +++ b/drivers/spi/spi_txx9.c | |||
@@ -450,6 +450,7 @@ static int __exit txx9spi_remove(struct platform_device *dev) | |||
450 | return 0; | 450 | return 0; |
451 | } | 451 | } |
452 | 452 | ||
453 | MODULE_ALIAS("txx9spi"); /* for platform bus hotplug */ | ||
453 | static struct platform_driver txx9spi_driver = { | 454 | static struct platform_driver txx9spi_driver = { |
454 | .remove = __exit_p(txx9spi_remove), | 455 | .remove = __exit_p(txx9spi_remove), |
455 | .driver = { | 456 | .driver = { |