From e7455b7a207b7ae75945a1953b7dd41b9d197fbb Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Mon, 29 Aug 2011 10:58:55 -0400 Subject: [PATCH] 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 --- drivers/watchdog/stmp3xxx_wdt.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4