diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-10-05 10:15:21 -0400 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-11-22 05:58:31 -0500 |
commit | 955b678c03645117c4ad5e52c9946a25e3ca3199 (patch) | |
tree | a7c8cdb60214ef8cabd5d6a400d9c0dd923523e8 /drivers/gpio/gpio-pl061.c | |
parent | e8fa516a4231682204d646df01c7bf3f0cfe4893 (diff) |
gpio: pl061: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/gpio/gpio-pl061.c')
-rw-r--r-- | drivers/gpio/gpio-pl061.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-pl061.c b/drivers/gpio/gpio-pl061.c index 093c90bd3c1d..8efc3dd1286f 100644 --- a/drivers/gpio/gpio-pl061.c +++ b/drivers/gpio/gpio-pl061.c | |||
@@ -350,6 +350,8 @@ static struct amba_id pl061_ids[] = { | |||
350 | { 0, 0 }, | 350 | { 0, 0 }, |
351 | }; | 351 | }; |
352 | 352 | ||
353 | MODULE_DEVICE_TABLE(amba, pl061_ids); | ||
354 | |||
353 | static struct amba_driver pl061_gpio_driver = { | 355 | static struct amba_driver pl061_gpio_driver = { |
354 | .drv = { | 356 | .drv = { |
355 | .name = "pl061_gpio", | 357 | .name = "pl061_gpio", |