Commit 17885b05 authored by Dave Martin's avatar Dave Martin

watchdog: sp805: Enable module alias autogeneration for AMBA drivers

Signed-off-by: default avatarDave Martin <dave.martin@linaro.org>
parent 6054f9b8
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment