diff options
-rw-r--r-- | drivers/gpio/cs5535-gpio.c | 1 | ||||
-rw-r--r-- | drivers/misc/cs5535-mfgpt.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/cs5535-gpio.c b/drivers/gpio/cs5535-gpio.c index 70967e23bc3d..f9813ef48534 100644 --- a/drivers/gpio/cs5535-gpio.c +++ b/drivers/gpio/cs5535-gpio.c | |||
@@ -399,3 +399,4 @@ module_exit(cs5535_gpio_exit); | |||
399 | MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>"); | 399 | MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>"); |
400 | MODULE_DESCRIPTION("AMD CS5535/CS5536 GPIO driver"); | 400 | MODULE_DESCRIPTION("AMD CS5535/CS5536 GPIO driver"); |
401 | MODULE_LICENSE("GPL"); | 401 | MODULE_LICENSE("GPL"); |
402 | MODULE_ALIAS("platform:" DRV_NAME); | ||
diff --git a/drivers/misc/cs5535-mfgpt.c b/drivers/misc/cs5535-mfgpt.c index 499bd64e4d1d..26693060b29b 100644 --- a/drivers/misc/cs5535-mfgpt.c +++ b/drivers/misc/cs5535-mfgpt.c | |||
@@ -349,3 +349,4 @@ module_init(cs5535_mfgpt_init); | |||
349 | MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>"); | 349 | MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>"); |
350 | MODULE_DESCRIPTION("CS5535/CS5536 MFGPT timer driver"); | 350 | MODULE_DESCRIPTION("CS5535/CS5536 MFGPT timer driver"); |
351 | MODULE_LICENSE("GPL"); | 351 | MODULE_LICENSE("GPL"); |
352 | MODULE_ALIAS("platform:" DRV_NAME); | ||