diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-15 11:06:59 +0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 16:13:43 +0400 |
commit | 6327a574f9ce85f0daab8693913003a456f27f1f (patch) | |
tree | a6ce41ca357356fd486a857103010e286cb7ac61 /arch/blackfin/mach-common/smp.c | |
parent | fc6bd7b8ad2043ceeb41bf46e25cd705ab2dce1a (diff) | |
download | linux-6327a574f9ce85f0daab8693913003a456f27f1f.tar.xz |
Blackfin: move internal irq prototypes out of global namespace
These are only used in a few internal Blackfin places, so move the irq
prototypes out of the global header and into the internal irq one. No
functional changes other than shuffling locales.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-common/smp.c')
-rw-r--r-- | arch/blackfin/mach-common/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/smp.c b/arch/blackfin/mach-common/smp.c index 1fbd94c44457..c0ac8e643361 100644 --- a/arch/blackfin/mach-common/smp.c +++ b/arch/blackfin/mach-common/smp.c @@ -25,6 +25,7 @@ #include <linux/slab.h> #include <asm/atomic.h> #include <asm/cacheflush.h> +#include <asm/irq_handler.h> #include <asm/mmu_context.h> #include <asm/pgtable.h> #include <asm/pgalloc.h> |