X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fwatchdog%2Fomap_wdt.c;h=74bc39aa1ce87b1b7715e88e1c11ab4f114a94d4;hb=e63e03273b89f7248baa56cf242474f661e776e1;hp=719b066f73c41cd8cbf655d7f2afa0c7ad81e774;hpb=2af170dd241810212cbdbdc802ba7d39e3fb23b9;p=linux-2.6 diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 719b066f73..74bc39aa1c 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 @@ -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");