Commit 17885b05b31c0d310f859982d2a56f167274547e

Authored by Dave Martin
1 parent 6054f9b83c

watchdog: sp805: Enable module alias autogeneration for AMBA drivers

Signed-off-by: Dave Martin <dave.martin@linaro.org>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

drivers/watchdog/sp805_wdt.c
... ... @@ -359,6 +359,8 @@
359 359 { 0, 0 },
360 360 };
361 361  
  362 +MODULE_DEVICE_TABLE(amba, sp805_wdt_ids);
  363 +
362 364 static struct amba_driver sp805_wdt_driver = {
363 365 .drv = {
364 366 .name = MODULE_NAME,