Josh Boyer wrote:
> I'm not thrilled with it being in the platform file itself. It should
> really go into drivers/watchdog. It's OK that the watchdog is tied to
> Warp, that really isn't an issue. Just make it depend on Warp in the
> Kconfig file. And you can select it in your board config so
On Thu, 17 Jan 2008 15:23:22 -0500
Sean MacLennan <[EMAIL PROTECTED]> wrote:
> The taco, er warp, has a watchdog timer built into the fpga. The
> watchdog is very trivial and very tied to the warp. I have put it has
> part of the platform code rather than a standalone module.
>
> Two reasons fo
;,
+ WATCHDOG_MINOR, ret);
+ return ret;
+ }
+
+ return 0;
+}
+#else
+static init __init warpwd_init(void __iomem *fpga)
+{
+ printk(KERN_WARNING "Warp watchdog disabled\n");
+ return 0;
+}
+#endif
+
+
+static int __