ERROR: "nf_get_id" [arch/m68k/emu/nfeth.ko] undefined! ERROR: "nf_call" [arch/m68k/emu/nfeth.ko] undefined! ERROR: "nf_get_id" [arch/m68k/emu/nfcon.ko] undefined! ERROR: "nf_call" [arch/m68k/emu/nfcon.ko] undefined! ERROR: "nf_call" [arch/m68k/emu/nfblock.ko] undefined! ERROR: "nf_get_id" [arch/m68k/emu/nfblock.ko] undefined! Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> --- arch/m68k/emu/natfeat.c | 3 +++ 1 file changed, 3 insertions(+) --- a/arch/m68k/emu/natfeat.c +++ b/arch/m68k/emu/natfeat.c @@ -13,6 +13,7 @@ #include <linux/console.h> #include <linux/string.h> #include <linux/kernel.h> +#include <linux/module.h> #include <linux/io.h> #include <asm/machdep.h> #include <asm/natfeat.h> @@ -31,6 +32,8 @@ asm("\n" " .long nf_get_id,1b\n" " .long nf_call,1b\n" " .previous"); +EXPORT_SYMBOL_GPL(nf_get_id); +EXPORT_SYMBOL_GPL(nf_call); static int stderr_id; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html