mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
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>
This commit is contained in:
parent
99ffab8107
commit
deea7775e2
@ -3,4 +3,4 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
obj-y := config.o bootparse.o macints.o iop.o via.o oss.o psc.o \
|
obj-y := config.o bootparse.o macints.o iop.o via.o oss.o psc.o \
|
||||||
baboon.o macboing.o debug.o misc.o mac_ksyms.o
|
baboon.o macboing.o debug.o misc.o
|
||||||
|
@ -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);
|
|
@ -28,6 +28,7 @@
|
|||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/ide.h>
|
#include <linux/ide.h>
|
||||||
|
#include <linux/module.h>
|
||||||
|
|
||||||
#include <asm/bootinfo.h>
|
#include <asm/bootinfo.h>
|
||||||
#include <asm/macintosh.h>
|
#include <asm/macintosh.h>
|
||||||
@ -41,7 +42,9 @@ volatile __u8 *via1, *via2;
|
|||||||
/* See note in mac_via.h about how this is possibly not useful */
|
/* See note in mac_via.h about how this is possibly not useful */
|
||||||
volatile long *via_memory_bogon=(long *)&via_memory_bogon;
|
volatile long *via_memory_bogon=(long *)&via_memory_bogon;
|
||||||
#endif
|
#endif
|
||||||
int rbv_present, via_alt_mapping;
|
int rbv_present;
|
||||||
|
int via_alt_mapping;
|
||||||
|
EXPORT_SYMBOL(via_alt_mapping);
|
||||||
__u8 rbv_clear;
|
__u8 rbv_clear;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user