diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 10:36:47 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 10:36:47 +0200 |
commit | 749c84966c990092da20203a80e0749b614c79a6 (patch) | |
tree | 372b967a397d636f3cf6937a644d56660ffbfbe2 /arch/sh64/kernel/alphanum.c | |
parent | sh64: mach-sim: Build fixes. (diff) | |
download | linux-749c84966c990092da20203a80e0749b614c79a6.tar.xz linux-749c84966c990092da20203a80e0749b614c79a6.zip |
sh64: Some symbol exports and build fixes.
This fixes up misc build issues that were hit on the non-cayman
boards. Additionally, quite a few symbols needed to be exported
to fix the module build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh64/kernel/alphanum.c')
-rw-r--r-- | arch/sh64/kernel/alphanum.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh64/kernel/alphanum.c b/arch/sh64/kernel/alphanum.c index 91707c1acd70..d1619d95fbaa 100644 --- a/arch/sh64/kernel/alphanum.c +++ b/arch/sh64/kernel/alphanum.c @@ -13,7 +13,6 @@ #include <linux/sched.h> void mach_alphanum(int pos, unsigned char val); -void mach_led(int pos, int val); void print_seg(char *file, int line) { |