commit | 8173ce7b42de133b81948e302a8edccdf14b1aed | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Oct 16 09:06:32 2013 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Oct 16 09:24:38 2013 -0400 |
tree | 3d6eb0b2ff42179bad5e5d9da3127d855c22726b | |
parent | 9140ae587bda6cc8bebd4d8da4c6c8c0959c75b6 [diff] |
microblaze: Fix watchdog initialization The patch: "blackfin: Move blackfin watchdog driver out of the blackfin arch folder." (sha1: e9a389a18477c1c57a0b30e9ea8f4d38c6e26e63) changed hw_watchdog_init() prototype which didn't match with Microblaze one. This patch fixes the driver and Microblaze initialization. Signed-off-by: Michal Simek <michal.simek@xilinx.com>