On Sat, Jun 29, 2002 at 08:32:23PM +0200, Jan-Benedict Glaw wrote: > Please apply this patch. It fixes a warning that function declaration > isn't a valid prototype. This applies to linux_2_4 and to HEAD. > -static void indydog_ping() > +static void indydog_ping(void) > { > mcmisc_regs->watchdogt = 0; > } And this tiny function better be an inline function as well ... Ralf