summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mac/mac_ksyms.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-04 22:30:24 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-05 09:44:23 -0800
commitdeea7775e2ae460aace0bf7b5bb2ff3b412017f1 (patch)
tree45e0a8d98eaba1aa922bc1045c285c23227aa965 /arch/m68k/mac/mac_ksyms.c
parent99ffab81071b7088ddebd4be9bbf1ad03c2a9e98 (diff)
downloadop-kernel-dev-deea7775e2ae460aace0bf7b5bb2ff3b412017f1.zip
op-kernel-dev-deea7775e2ae460aace0bf7b5bb2ff3b412017f1.tar.gz
m68k: kill arch/m68k/mac/mac_ksyms.c
EXPORT_SYMBOL's belong to the actual code. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/mac/mac_ksyms.c')
-rw-r--r--arch/m68k/mac/mac_ksyms.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/m68k/mac/mac_ksyms.c b/arch/m68k/mac/mac_ksyms.c
deleted file mode 100644
index 6e37ceb..0000000
--- a/arch/m68k/mac/mac_ksyms.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#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;
-
-EXPORT_SYMBOL(via_alt_mapping);
OpenPOWER on IntegriCloud