From: Wim Van Sebroeck Date: Mon, 25 Jul 2011 18:53:00 +0000 (+0000) Subject: watchdog: it8712f_wdt.c: improve includes X-Git-Tag: v3.1-rc1~127^2~10 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=22602868865f630adab94c4419b3aeb414014865;p=linux-2.6-block.git watchdog: it8712f_wdt.c: improve includes remove unneeded pci.h include. and include ioport.h to avoid build errors for the region functions. Reported-by: Randy Dunlap Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/it8712f_wdt.c b/drivers/watchdog/it8712f_wdt.c index 690144917a4d..8d2d8502d3e8 100644 --- a/drivers/watchdog/it8712f_wdt.c +++ b/drivers/watchdog/it8712f_wdt.c @@ -28,10 +28,10 @@ #include #include #include -#include #include #include #include +#include #define NAME "it8712f_wdt"