Skip to content

Commit

Permalink
[Blackfin] arch: make sure we export the _bfin_swrst symbol as module…
Browse files Browse the repository at this point in the history
…s (like the watchdog) need it

Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Feb 25, 2008
1 parent 0db5d10 commit d45118b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d45118b

Please sign in to comment.