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>
This commit is contained in:
Mike Frysinger
2008-10-28 11:07:15 +08:00
committed by Bryan Wu
parent dc26aec25d
commit fe8015ce25
4 changed files with 6 additions and 9 deletions

View File

@@ -65,6 +65,7 @@
* cannot actually mask out in hardware.
*/
unsigned long irq_flags = 0x1f;
EXPORT_SYMBOL(irq_flags);
/* The number of spurious interrupts */
atomic_t num_spurious;