aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpio/gpio-pl061.c2
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
353MODULE_DEVICE_TABLE(amba, pl061_ids);
354
353static struct amba_driver pl061_gpio_driver = { 355static struct amba_driver pl061_gpio_driver = {
354 .drv = { 356 .drv = {
355 .name = "pl061_gpio", 357 .name = "pl061_gpio",