diff options
| author | Adrian Bunk <bunk@kernel.org> | 2008-02-05 01:30:24 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-05 12:44:23 -0500 |
| commit | deea7775e2ae460aace0bf7b5bb2ff3b412017f1 (patch) | |
| tree | 45e0a8d98eaba1aa922bc1045c285c23227aa965 /arch/m68k | |
| parent | 99ffab81071b7088ddebd4be9bbf1ad03c2a9e98 (diff) | |
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')
| -rw-r--r-- | arch/m68k/mac/Makefile | 2 | ||||
| -rw-r--r-- | arch/m68k/mac/mac_ksyms.c | 8 | ||||
| -rw-r--r-- | arch/m68k/mac/via.c | 5 |
3 files changed, 5 insertions, 10 deletions
diff --git a/arch/m68k/mac/Makefile b/arch/m68k/mac/Makefile index 995a09d912f5..1d265ba365ad 100644 --- a/arch/m68k/mac/Makefile +++ b/arch/m68k/mac/Makefile | |||
| @@ -3,4 +3,4 @@ | |||
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | obj-y := config.o bootparse.o macints.o iop.o via.o oss.o psc.o \ | 5 | obj-y := config.o bootparse.o macints.o iop.o via.o oss.o psc.o \ |
| 6 | baboon.o macboing.o debug.o misc.o mac_ksyms.o | 6 | baboon.o macboing.o debug.o misc.o |
diff --git a/arch/m68k/mac/mac_ksyms.c b/arch/m68k/mac/mac_ksyms.c deleted file mode 100644 index 6e37ceb0f3b5..000000000000 --- a/arch/m68k/mac/mac_ksyms.c +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | #include <linux/module.h> | ||
| 2 | #include <asm/ptrace.h> | ||
| 3 | #include <asm/traps.h> | ||
| 4 | |||
| 5 | /* Says whether we're using A/UX interrupts or not */ | ||
| 6 | extern int via_alt_mapping; | ||
| 7 | |||
| 8 | EXPORT_SYMBOL(via_alt_mapping); | ||
diff --git a/arch/m68k/mac/via.c b/arch/m68k/mac/via.c index 8df270e950fa..fa485df4160e 100644 --- a/arch/m68k/mac/via.c +++ b/arch/m68k/mac/via.c | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | #include <linux/delay.h> | 28 | #include <linux/delay.h> |
| 29 | #include <linux/init.h> | 29 | #include <linux/init.h> |
| 30 | #include <linux/ide.h> | 30 | #include <linux/ide.h> |
| 31 | #include <linux/module.h> | ||
| 31 | 32 | ||
| 32 | #include <asm/bootinfo.h> | 33 | #include <asm/bootinfo.h> |
| 33 | #include <asm/macintosh.h> | 34 | #include <asm/macintosh.h> |
| @@ -41,7 +42,9 @@ volatile __u8 *via1, *via2; | |||
| 41 | /* See note in mac_via.h about how this is possibly not useful */ | 42 | /* See note in mac_via.h about how this is possibly not useful */ |
| 42 | volatile long *via_memory_bogon=(long *)&via_memory_bogon; | 43 | volatile long *via_memory_bogon=(long *)&via_memory_bogon; |
| 43 | #endif | 44 | #endif |
| 44 | int rbv_present, via_alt_mapping; | 45 | int rbv_present; |
| 46 | int via_alt_mapping; | ||
| 47 | EXPORT_SYMBOL(via_alt_mapping); | ||
| 45 | __u8 rbv_clear; | 48 | __u8 rbv_clear; |
| 46 | 49 | ||
| 47 | /* | 50 | /* |
