diff options
author | 2011-10-05 15:15:23 +0100 | |
---|---|---|
committer | 2011-11-22 10:58:33 +0000 | |
commit | 17885b05b31c0d310f859982d2a56f167274547e (patch) | |
tree | c30b32c35948da68d35fec6f424006cccd8328b6 | |
parent | fbdev: amba: Enable module alias autogeneration for AMBA drivers (diff) | |
download | linux-dev-17885b05b31c0d310f859982d2a56f167274547e.tar.xz linux-dev-17885b05b31c0d310f859982d2a56f167274547e.zip |
watchdog: sp805: Enable module alias autogeneration for AMBA drivers
Signed-off-by: Dave Martin <dave.martin@linaro.org>
-rw-r--r-- | drivers/watchdog/sp805_wdt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/sp805_wdt.c b/drivers/watchdog/sp805_wdt.c index cc2cfbe33b30..c0a0ecec4d0c 100644 --- a/drivers/watchdog/sp805_wdt.c +++ b/drivers/watchdog/sp805_wdt.c @@ -359,6 +359,8 @@ static struct amba_id sp805_wdt_ids[] __initdata = { { 0, 0 }, }; +MODULE_DEVICE_TABLE(amba, sp805_wdt_ids); + static struct amba_driver sp805_wdt_driver = { .drv = { .name = MODULE_NAME, |