projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b3914
)
watchdog: it8712f_wdt.c: improve includes
author
Wim Van Sebroeck
<wim@iguana.be>
Mon, 25 Jul 2011 18:53:00 +0000
(18:53 +0000)
committer
Wim 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/watchdog/it8712f_wdt.c
b/drivers/watchdog/it8712f_wdt.c
index 690144917a4deebdf42b20d925ce9b9621d56eba..8d2d8502d3e8106c9d4c819b46cfe61715011b5b 100644
(file)
--- a/
drivers/watchdog/it8712f_wdt.c
+++ b/
drivers/watchdog/it8712f_wdt.c
@@
-28,10
+28,10
@@
#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"