]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: ie6xx_wdt needs io.h
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 14 May 2012 20:14:29 +0000 (13:14 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 23 May 2012 14:25:33 +0000 (16:25 +0200)
commit1a7795a1f9a358631e3067bdd0b2f0916ff6edd6
treeddbbbc1e651cb2d9bc2cac01dcfa1443cc525ee4
parent9d63797647a1e0b239fe0b4a98de69ff23d2f8fe
watchdog: ie6xx_wdt needs io.h

Fix build error by including <linux/io.h>:

drivers/watchdog/ie6xx_wdt.c:97:2: error: implicit declaration of function 'outb'
drivers/watchdog/ie6xx_wdt.c:133:2: error: implicit declaration of function 'outl'
drivers/watchdog/ie6xx_wdt.c:161:2: error: implicit declaration of function 'inb'
drivers/watchdog/ie6xx_wdt.c:199:3: error: implicit declaration of function 'inl'
drivers/watchdog/ie6xx_wdt.c:203:3: error: implicit declaration of function 'inw'

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