Skip to content

Commit

Permalink
watchdog: sp805: Enable module alias autogeneration for AMBA drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Martin <dave.martin@linaro.org>
  • Loading branch information
Dave Martin committed Nov 22, 2011
1 parent 6054f9b commit 17885b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/watchdog/sp805_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 17885b0

Please sign in to comment.