From: Randy Dunlap Date: Mon, 14 May 2012 20:14:29 +0000 (-0700) Subject: watchdog: ie6xx_wdt needs io.h X-Git-Tag: v3.5-rc1~113^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=491d9e2a5f0e845a91ef53065afb4805a668d80d;p=pandora-kernel.git watchdog: ie6xx_wdt needs io.h Fix build error by including : 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 Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed