[PATCH 06/16] gpio: pl061: Enable module alias autogeneration for AMBA drivers
Dave Martin
dave.martin at linaro.org
Wed Oct 5 12:04:57 EDT 2011
Signed-off-by: Dave Martin <dave.martin at linaro.org>
---
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 2c5a18f..503e9d5 100644
--- a/drivers/gpio/gpio-pl061.c
+++ b/drivers/gpio/gpio-pl061.c
@@ -339,6 +339,8 @@ static struct amba_id pl061_ids[] = {
{ 0, 0 },
};
+MODULE_DEVICE_TABLE(amba, pl061_ids);
+
static struct amba_driver pl061_gpio_driver = {
.drv = {
.name = "pl061_gpio",
--
1.7.4.1
More information about the linux-arm-kernel
mailing list