diff options
author | Andres Salomon <dilinger@queued.net> | 2010-12-01 22:55:10 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-01-14 06:37:45 -0500 |
commit | ec9d0cf578007fa3f86fa34d77d9ccba82f03b29 (patch) | |
tree | 1b864ad5e366c66bb9752283557107253ac3dfb3 /drivers/gpio/cs5535-gpio.c | |
parent | 69bc6def395ebfdb137898179d7e559ba4c779d8 (diff) |
gpio/misc: Add MODULE_ALIAS entries for CS5535 functions
This adds MODULE_ALIAS entries to the various cs5535 subdevice modules; this
allows the modules to automatically be loaded when cs5535-mfd loads.
Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/gpio/cs5535-gpio.c')
-rw-r--r-- | drivers/gpio/cs5535-gpio.c | 1 |
1 files changed, 1 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); | ||