m68k: kill arch/m68k/atari/atari_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:
committed by
Linus Torvalds
parent
8b169fa2c9
commit
a3b2004a26
@ -22,6 +22,7 @@
|
||||
#include <linux/fcntl.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/mm.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
#include <asm/atarihw.h>
|
||||
#include <asm/system.h>
|
||||
@ -43,6 +44,7 @@ void atari_microwire_cmd (int cmd)
|
||||
while( tt_microwire.mask != 0x7ff)
|
||||
;
|
||||
}
|
||||
EXPORT_SYMBOL(atari_microwire_cmd);
|
||||
|
||||
|
||||
/* PSG base frequency */
|
||||
|
Reference in New Issue
Block a user