diff options
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 4102f63230fd..8f79c03049f3 100644 --- a/drivers/gpio/gpio-pl061.c +++ b/drivers/gpio/gpio-pl061.c | |||
@@ -346,6 +346,8 @@ static struct amba_id pl061_ids[] = { | |||
346 | { 0, 0 }, | 346 | { 0, 0 }, |
347 | }; | 347 | }; |
348 | 348 | ||
349 | MODULE_DEVICE_TABLE(amba, pl061_ids); | ||
350 | |||
349 | static struct amba_driver pl061_gpio_driver = { | 351 | static struct amba_driver pl061_gpio_driver = { |
350 | .drv = { | 352 | .drv = { |
351 | .name = "pl061_gpio", | 353 | .name = "pl061_gpio", |