1.2.122 sparc does not compile (patch)

Andrew J Skalski (askalski@acsu.buffalo.edu)
Thu, 17 Sep 1998 15:26:53 -0400 (EDT)


The function sbus_init() is prototyped incorrectly in init/main.c,
causing the compile to fail. Here's a patch against 2.1.122 which
fixes it...

andy

--- /usr/src/linux/init/main.c Wed Sep 16 22:13:04 1998
+++ linux/init/main.c Thu Sep 17 15:22:56 1998
@@ -77,7 +77,7 @@
extern void sock_init(void);
extern void uidcache_init(void);
extern void mca_init(void);
-extern long sbus_init(long, long);
+extern long sbus_init(void);
extern long powermac_init(unsigned long, unsigned long);
extern void sysctl_init(void);
extern void filescache_init(void);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/