watchdog: it8712f_wdt.c: improve includes
authorWim Van Sebroeck <wim@iguana.be>
Mon, 25 Jul 2011 18:53:00 +0000 (18:53 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 26 Jul 2011 21:28:23 +0000 (21:28 +0000)
remove unneeded pci.h include.
and include ioport.h to avoid build errors for the region functions.

Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/it8712f_wdt.c

index 6901449..8d2d850 100644 (file)
 #include <linux/notifier.h>
 #include <linux/reboot.h>
 #include <linux/fs.h>
-#include <linux/pci.h>
 #include <linux/spinlock.h>
 #include <linux/uaccess.h>
 #include <linux/io.h>
+#include <linux/ioport.h>
 
 #define NAME "it8712f_wdt"