commit | b17d48bc6a930831ee28ef308f67a0ce4f200396 | [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 | 20d6b8fcc7cf27d742cd13432d5a1ce22a3880f4 [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>