From: Paul Gortmaker Date: Mon, 29 Aug 2011 14:58:55 +0000 (-0400) Subject: watchdog: Add module.h to drivers/watchdog/stmp3xxx_wdt.c X-Git-Tag: v3.2-rc1~22^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7455b7a207b7ae75945a1953b7dd41b9d197fbb;p=profile%2Fivi%2Fkernel-x86-ivi.git watchdog: Add module.h to drivers/watchdog/stmp3xxx_wdt.c This is a module and so needs module.h so that it will still build once the implicit presence of module.h is removed. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/watchdog/stmp3xxx_wdt.c b/drivers/watchdog/stmp3xxx_wdt.c index b3421fd..ac2346a 100644 --- a/drivers/watchdog/stmp3xxx_wdt.c +++ b/drivers/watchdog/stmp3xxx_wdt.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include