commit | 971ac16d56301c7150771409607846f9facc2f13 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Apr 25 16:01:38 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu May 08 19:51:41 2008 +0900 |
tree | b330a5cd5f486632acdfbdbed6351d375cd90dd1 | |
parent | e35e283fa065f4c420d9469b2d87ec2e0180b784 [diff] [blame] |
sh64: Some symbol exports to make the allmodconfig happier. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 284f66f..fc5b22e 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c
@@ -53,6 +53,7 @@ * sh_mv= on the command line, prior to .machvec.init teardown. */ struct sh_machine_vector sh_mv = { .mv_name = "generic", }; +EXPORT_SYMBOL(sh_mv); #ifdef CONFIG_VT struct screen_info screen_info;