diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 11:32:34 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-18 21:41:56 -0400 |
commit | d5ce528c8e46fa5afb9ff021514a6658d1758b4e (patch) | |
tree | 11dc8dcf621f28201cd4252e3cacb36cf7777504 /arch/blackfin/include/asm/irq.h | |
parent | 415f92da756423d564971b3e7afd1e2a54c9b7b0 (diff) |
Blackfin: convert irq/process to asm-generic
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include/asm/irq.h')
-rw-r--r-- | arch/blackfin/include/asm/irq.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/blackfin/include/asm/irq.h b/arch/blackfin/include/asm/irq.h index 400bdd52ce87..9a7f63a83c47 100644 --- a/arch/blackfin/include/asm/irq.h +++ b/arch/blackfin/include/asm/irq.h | |||
@@ -45,9 +45,6 @@ | |||
45 | : "d" (bfin_irq_flags) \ | 45 | : "d" (bfin_irq_flags) \ |
46 | ) | 46 | ) |
47 | 47 | ||
48 | static inline int irq_canonicalize(int irq) | 48 | #include <asm-generic/irq.h> |
49 | { | ||
50 | return irq; | ||
51 | } | ||
52 | 49 | ||
53 | #endif /* _BFIN_IRQ_H_ */ | 50 | #endif /* _BFIN_IRQ_H_ */ |