And with the following I finally managed to build a vmlinux: diff --git a/arch/sparc/lib/PeeCeeI.c b/arch/sparc/lib/PeeCeeI.c index a81ce32..efb5d0b 100644 --- a/arch/sparc/lib/PeeCeeI.c +++ b/arch/sparc/lib/PeeCeeI.c @@ -4,6 +4,8 @@ * Copyright (C) 1997 David S. Miller (davem@xxxxxxxxxxxxxxxx) */ +#include <linux/module.h> + #include <asm/io.h> #include <asm/byteorder.h> diff --git a/arch/sparc/lib/user_fixup.c b/arch/sparc/lib/user_fixup.c index bddd78b..fde3db4 100644 --- a/arch/sparc/lib/user_fixup.c +++ b/arch/sparc/lib/user_fixup.c @@ -4,6 +4,7 @@ */ #include <linux/compiler.h> +#include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/errno.h> Ashaming amount of issues - sorry! Sam -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html