commit | a6720762c88b3dac715af96f80f6a749f0c12133 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Mon Jan 14 13:10:07 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Mon Jan 14 13:10:07 2013 -0700 |
tree | 183cf09c6c98613e2dfd539efe18bca4269dfe0f | |
parent | a17617d6553369ba72c080128ed8d0b0c33dfc89 [diff] |
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>