diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-10-27 23:07:15 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-27 23:07:15 -0400 |
commit | fe8015ce2588e3ffe65284a2883703355804276e (patch) | |
tree | ecbc521304d5f80d37733d0bf8c5a5995bb63e0d /arch/blackfin/mach-common/ints-priority.c | |
parent | dc26aec25d1a4e2690df166dbe843344728994ce (diff) |
Blackfin arch: move EXPORT_SYMBOL to the place where it is actually defined
- kernel_thread
- irq_flags
- checksum
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-common/ints-priority.c')
-rw-r--r-- | arch/blackfin/mach-common/ints-priority.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/ints-priority.c b/arch/blackfin/mach-common/ints-priority.c index 67700e6c90c7..5ae507f59885 100644 --- a/arch/blackfin/mach-common/ints-priority.c +++ b/arch/blackfin/mach-common/ints-priority.c | |||
@@ -65,6 +65,7 @@ | |||
65 | * cannot actually mask out in hardware. | 65 | * cannot actually mask out in hardware. |
66 | */ | 66 | */ |
67 | unsigned long irq_flags = 0x1f; | 67 | unsigned long irq_flags = 0x1f; |
68 | EXPORT_SYMBOL(irq_flags); | ||
68 | 69 | ||
69 | /* The number of spurious interrupts */ | 70 | /* The number of spurious interrupts */ |
70 | atomic_t num_spurious; | 71 | atomic_t num_spurious; |