summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/bfin-global.h
diff options
context:
space:
mode:
authorMike Frysinger2011-04-15 09:06:59 +0200
committerMike Frysinger2011-05-25 14:13:43 +0200
commit6327a574f9ce85f0daab8693913003a456f27f1f (patch)
treea6ce41ca357356fd486a857103010e286cb7ac61 /arch/blackfin/include/asm/bfin-global.h
parentBlackfin: clean up irq ifdef logic a bit (diff)
downloadkernel-qcow2-linux-6327a574f9ce85f0daab8693913003a456f27f1f.tar.gz
kernel-qcow2-linux-6327a574f9ce85f0daab8693913003a456f27f1f.tar.xz
kernel-qcow2-linux-6327a574f9ce85f0daab8693913003a456f27f1f.zip
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/include/asm/bfin-global.h')
-rw-r--r--arch/blackfin/include/asm/bfin-global.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/blackfin/include/asm/bfin-global.h b/arch/blackfin/include/asm/bfin-global.h
index 121cc04d877d..17bcbf60bcae 100644
--- a/arch/blackfin/include/asm/bfin-global.h
+++ b/arch/blackfin/include/asm/bfin-global.h
@@ -49,16 +49,6 @@ extern void dump_bfin_trace_buffer(void);
#define dump_bfin_trace_buffer()
#endif
-/* init functions only */
-extern int init_arch_irq(void);
-extern void init_exception_vectors(void);
-extern void program_IAR(void);
-
-extern asmlinkage void lower_to_irq14(void);
-extern asmlinkage void bfin_return_from_exception(void);
-extern asmlinkage void asm_do_IRQ(unsigned int irq, struct pt_regs *regs);
-extern int bfin_internal_set_wake(unsigned int irq, unsigned int state);
-
extern void *l1_data_A_sram_alloc(size_t);
extern void *l1_data_B_sram_alloc(size_t);
extern void *l1_inst_sram_alloc(size_t);