diff options
Diffstat (limited to 'drivers/mfd/sm501.c')
-rw-r--r-- | drivers/mfd/sm501.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c index 2fe64734d8af..e2530df4d85c 100644 --- a/drivers/mfd/sm501.c +++ b/drivers/mfd/sm501.c | |||
@@ -1378,6 +1378,8 @@ static struct pci_driver sm501_pci_drv = { | |||
1378 | .remove = sm501_pci_remove, | 1378 | .remove = sm501_pci_remove, |
1379 | }; | 1379 | }; |
1380 | 1380 | ||
1381 | MODULE_ALIAS("platform:sm501"); | ||
1382 | |||
1381 | static struct platform_driver sm501_plat_drv = { | 1383 | static struct platform_driver sm501_plat_drv = { |
1382 | .driver = { | 1384 | .driver = { |
1383 | .name = "sm501", | 1385 | .name = "sm501", |