summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2013-05-31 11:46:27 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-09-03 14:12:27 -0700
commit5da3a7045e075740a71b9624a4b95cf44dd6d0d2 (patch)
treef0fe5f1506c7f88fda03abd0c6d84a30d9ea5669 /drivers
parent3ea454fb8f38d5dc648902365d2dda45181198ce (diff)
xr17v35x-gpio: add MODULE_ALIAS for autoloading
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpio/xr17v35x-gpio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/xr17v35x-gpio.c b/drivers/gpio/xr17v35x-gpio.c
index 3a79c8675b73..05c7d2216305 100644
--- a/drivers/gpio/xr17v35x-gpio.c
+++ b/drivers/gpio/xr17v35x-gpio.c
@@ -381,6 +381,7 @@ static void __exit xr17v35x_gpio_exit(void)
module_init(xr17v35x_gpio_init);
module_exit(xr17v35x_gpio_exit);
+MODULE_ALIAS("platform:xr17v35x-gpio");
MODULE_AUTHOR("Troy Kisky <troy.kisky@boundarydevices.com>");
MODULE_DESCRIPTION("xr17v35x GPIO Device Driver");
MODULE_LICENSE("GPL");