]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
watchdog.h: Move hw_watchdog_init prototype to end, guard
authorTom Rini <trini@ti.com>
Mon, 14 Jan 2013 20:10:07 +0000 (13:10 -0700)
committerTom Rini <trini@ti.com>
Mon, 14 Jan 2013 20:10:07 +0000 (13:10 -0700)
commita6720762c88b3dac715af96f80f6a749f0c12133
tree183cf09c6c98613e2dfd539efe18bca4269dfe0f
parenta17617d6553369ba72c080128ed8d0b0c33dfc89
watchdog.h: Move hw_watchdog_init prototype to end, guard

In commit abbab70 we added a prototype for hw_watchdog_init, in a
Freescale i.MX watchdog driver.  We did not however guard it with an
__ASSEMBLY__ check and broke some platforms.  Move this to the end of
the file with other prototypes and guard it.

Signed-off-by: Tom Rini <trini@ti.com>
include/watchdog.h