]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
watchdog: Add module.h to drivers/watchdog/stmp3xxx_wdt.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 29 Aug 2011 14:58:55 +0000 (10:58 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:32:22 +0000 (19:32 -0400)
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 <paul.gortmaker@windriver.com>
drivers/watchdog/stmp3xxx_wdt.c

index b3421fd2cda80760a0015ee2af75ce3d89bcf985..ac2346a452e571468a23db6905e975018d2169a4 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/platform_device.h>
 #include <linux/spinlock.h>
 #include <linux/uaccess.h>
+#include <linux/module.h>
 
 #include <mach/platform.h>
 #include <mach/regs-rtc.h>