Re: [PATCH] Added MIPS RM9K watchdog driver
From: Randy.Dunlap <hidden>
Date: 2006-08-14 16:18:41
Also in:
lkml
From: Randy.Dunlap <hidden>
Date: 2006-08-14 16:18:41
Also in:
lkml
On Mon, 14 Aug 2006 17:30:33 +0200 Sam Ravnborg wrote:
On Mon, Aug 14, 2006 at 10:14:45AM -0400, Joseph Fannin wrote:quoted
On Sat, Aug 12, 2006 at 01:49:23AM +0200, Thomas Koeller wrote:quoted
On Friday 11 August 2006 22:56, Dave Jones wrote:quoted
On Thu, Aug 10, 2006 at 11:19:13PM +0200, thomas@koeller.dyndns.org wrote: > + > +#include <linux/config.h> not needed.It is, otherwise I do not get CONFIG_WATCHDOG_NOWAYOUT.Yes you do - try it. make V=1 tells you that -include include/linux/autoconf.h pulls in the CONFIG_ definitions.
Sure, autoconf.h is included, but I think his point is that CONFIG_WATCHDOG_NOWAYOUT may not be defined there at all, as in my 2.6.18-rc4 autoconf.h file, since my .config file says: # CONFIG_WATCHDOG_NOWAYOUT is not set --- ~Randy