diff options
Diffstat (limited to 'drivers/spi/spi_s3c24xx.c')
-rw-r--r-- | drivers/spi/spi_s3c24xx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi_s3c24xx.c b/drivers/spi/spi_s3c24xx.c index 5cf48123e0ef..e9b683f7d7b3 100644 --- a/drivers/spi/spi_s3c24xx.c +++ b/drivers/spi/spi_s3c24xx.c | |||
@@ -427,6 +427,7 @@ static int s3c24xx_spi_resume(struct platform_device *pdev) | |||
427 | #define s3c24xx_spi_resume NULL | 427 | #define s3c24xx_spi_resume NULL |
428 | #endif | 428 | #endif |
429 | 429 | ||
430 | MODULE_ALIAS("s3c2410_spi"); /* for platform bus hotplug */ | ||
430 | static struct platform_driver s3c24xx_spidrv = { | 431 | static struct platform_driver s3c24xx_spidrv = { |
431 | .probe = s3c24xx_spi_probe, | 432 | .probe = s3c24xx_spi_probe, |
432 | .remove = s3c24xx_spi_remove, | 433 | .remove = s3c24xx_spi_remove, |