]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: it8712f_wdt.c: fix includes
authorWim Van Sebroeck <wim@iguana.be>
Mon, 25 Jul 2011 18:53:37 +0000 (18:53 +0000)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 25 Jul 2011 18:53:37 +0000 (18:53 +0000)
commit6d746ffce0c223a1122529ab5f596248f7d53aa5
treef48bb095b8594879eecf4f2edf99a1d3d8258a49
parent653a07ac90431ceec05e2e1bfc1dff5465394909
watchdog: it8712f_wdt.c: fix includes

Fix build errors by adding missing header file:

drivers/watchdog/it8712f_wdt.c:127: error: implicit declaration of function 'request_muxed_region'
drivers/watchdog/it8712f_wdt.c:141: error: implicit declaration of function 'release_region'
drivers/watchdog/it8712f_wdt.c:412: error: implicit declaration of function 'request_region'

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