[PATCH 139] Mac extern

From: Geert Uytterhoeven
Date: Sun Dec 07 2003 - 16:14:57 EST


Mac: Use common header files instead of explicit extern declaration

--- linux-2.4.23/arch/m68k/mac/mac_ksyms.c 2003-11-12 16:47:03.000000000 +0100
+++ linux-m68k-2.4.23/arch/m68k/mac/mac_ksyms.c 2003-10-23 16:41:23.000000000 +0200
@@ -1,9 +1,7 @@
#include <linux/module.h>
-#include <asm/ptrace.h>
-#include <asm/traps.h>
-
-/* Says whether we're using A/UX interrupts or not */
-extern int via_alt_mapping;
+#include <linux/types.h>
+#include <asm/mac_via.h>
+#include <asm/macintosh.h>

EXPORT_SYMBOL(via_alt_mapping);
EXPORT_SYMBOL(macintosh_config);

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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/