X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fomap_wdt.c;h=6dfb9cf155829f9f0d69c089b1c62eab97e6243e;hb=a1b81a84fff05dbfef45b7012c26e1fee9973e5d;hp=719b066f73c41cd8cbf655d7f2afa0c7ad81e774;hpb=b7e04f8c61a46d742de23af5d7ca2b41b33e40ac;p=linux-2.6 diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 719b066f73..6dfb9cf155 100644 --- a/drivers/watchdog/omap_wdt.c +++ b/drivers/watchdog/omap_wdt.c @@ -39,11 +39,11 @@ #include #include #include +#include #include #include -#include -#include +#include #include @@ -387,3 +387,4 @@ module_exit(omap_wdt_exit); MODULE_AUTHOR("George G. Davis"); MODULE_LICENSE("GPL"); MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR); +MODULE_ALIAS("platform:omap_wdt");