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/mac/via.c | |
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/mac/via.c')
-rw-r--r-- | arch/m68k/mac/via.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 | /* |