From: Mike Frysinger Date: Mon, 25 Feb 2008 04:24:44 +0000 (+0800) Subject: [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d45118b14bf04e124e4d875b136d5c1c4df97d57;p=linux-beck.git [Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need it Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index febcbc527b45..2255c289a714 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c @@ -32,6 +32,7 @@ static DEFINE_PER_CPU(struct cpu, cpu_devices); u16 _bfin_swrst; +EXPORT_SYMBOL(_bfin_swrst); unsigned long memory_start, memory_end, physical_mem_end; unsigned long reserved_mem_dcache_on;