Hi!
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.
MfG, JBG
Index: drivers/char/indydog.c
===================================================================
RCS file: /cvs/linux/drivers/char/indydog.c,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 indydog.c
--- drivers/char/indydog.c 2002/06/25 19:07:34 1.1.2.2
+++ drivers/char/indydog.c 2002/06/29 18:09:24
@@ -26,7 +26,7 @@
static int indydog_alive;
-static void indydog_ping()
+static void indydog_ping(void)
{
mcmisc_regs->watchdogt = 0;
}
--
Jan-Benedict Glaw . jbglaw@lug-owl.de . +49-172-7608481
-- New APT-Proxy written in shell script --
http://lug-owl.de/~jbglaw/software/ap2/
pgp_utpx3RbCB.pgp
Description: PGP signature
|