summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cs5535-mfgpt.c
diff options
context:
space:
mode:
authorAndres Salomon2010-12-02 04:55:10 +0100
committerSamuel Ortiz2011-01-14 12:37:45 +0100
commitec9d0cf578007fa3f86fa34d77d9ccba82f03b29 (patch)
tree1b864ad5e366c66bb9752283557107253ac3dfb3 /drivers/misc/cs5535-mfgpt.c
parentmisc: Convert cs5535-mfgpt from pci device to platform device (diff)
downloadkernel-qcow2-linux-ec9d0cf578007fa3f86fa34d77d9ccba82f03b29.tar.gz
kernel-qcow2-linux-ec9d0cf578007fa3f86fa34d77d9ccba82f03b29.tar.xz
kernel-qcow2-linux-ec9d0cf578007fa3f86fa34d77d9ccba82f03b29.zip
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/misc/cs5535-mfgpt.c')
-rw-r--r--drivers/misc/cs5535-mfgpt.c1
1 files changed, 1 insertions, 0 deletions
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);
MODULE_AUTHOR("Andres Salomon <dilinger@queued.net>");
MODULE_DESCRIPTION("CS5535/CS5536 MFGPT timer driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:" DRV_NAME);