summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mvme16x/mvme16x_ksyms.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-04 22:30:27 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-05 09:44:24 -0800
commit612e484fdb8802ffee84218cb35f3cff61a9c8c6 (patch)
tree5af95e90164bbc8566d110aa6e0d9366cf42566e /arch/m68k/mvme16x/mvme16x_ksyms.c
parenta3b2004a2671455ee7aef1d9aee5a24381999ddb (diff)
m68k: kill arch/m68k/mvme16x/mvme16x_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/mvme16x/mvme16x_ksyms.c')
-rw-r--r--arch/m68k/mvme16x/mvme16x_ksyms.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/mvme16x/mvme16x_ksyms.c b/arch/m68k/mvme16x/mvme16x_ksyms.c
deleted file mode 100644
index 4a8a3634bb4..00000000000
--- a/arch/m68k/mvme16x/mvme16x_ksyms.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <linux/module.h>
-#include <linux/types.h>
-#include <asm/ptrace.h>
-#include <asm/mvme16xhw.h>
-
-EXPORT_SYMBOL(mvme16x_config);