Commit 612e484f authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

m68k: kill arch/m68k/mvme16x/mvme16x_ksyms.c

EXPORT_SYMBOL's belong to the actual code.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a3b2004a
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
# Makefile for Linux arch/m68k/mvme16x source directory # Makefile for Linux arch/m68k/mvme16x source directory
# #
obj-y := config.o rtc.o mvme16x_ksyms.o obj-y := config.o rtc.o
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
#include <linux/genhd.h> #include <linux/genhd.h>
#include <linux/rtc.h> #include <linux/rtc.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/module.h>
#include <asm/bootinfo.h> #include <asm/bootinfo.h>
#include <asm/system.h> #include <asm/system.h>
...@@ -58,6 +59,7 @@ static irq_handler_t tick_handler; ...@@ -58,6 +59,7 @@ static irq_handler_t tick_handler;
unsigned short mvme16x_config; unsigned short mvme16x_config;
EXPORT_SYMBOL(mvme16x_config);
int mvme16x_parse_bootinfo(const struct bi_record *bi) int mvme16x_parse_bootinfo(const struct bi_record *bi)
......
#include <linux/module.h>
#include <linux/types.h>
#include <asm/ptrace.h>
#include <asm/mvme16xhw.h>
EXPORT_SYMBOL(mvme16x_config);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment