[Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need it

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Mike Frysinger 2008-02-25 12:24:44 +08:00 committed by Bryan Wu
parent 0db5d105cd
commit d45118b14b
1 changed files with 1 additions and 0 deletions

View File

@ -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;