projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
540ad6b
)
ARM: 6276/1: mach-shmobile: remove duplicate NR_IRQS_LEGACY
author
Magnus Damm
<
[email protected]
>
Thu, 29 Jul 2010 12:09:36 +0000
(13:09 +0100)
committer
Russell King
<
[email protected]
>
Thu, 29 Jul 2010 21:32:28 +0000
(22:32 +0100)
NR_IRQS_LEGACY is now defined in asm/irq.h,
so drop it in mach/irqs.h.
Signed-off-by: Magnus Damm <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
arch/arm/mach-shmobile/include/mach/irqs.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/include/mach/irqs.h
b/arch/arm/mach-shmobile/include/mach/irqs.h
index 5179b72e1ee3d04186f2cfba7d675778853735ae..132256bb8c817b1b5ab9aa08cd1af7875b22ca00 100644
(file)
--- a/
arch/arm/mach-shmobile/include/mach/irqs.h
+++ b/
arch/arm/mach-shmobile/include/mach/irqs.h
@@
-2,7
+2,6
@@
#define __ASM_MACH_IRQS_H
#define NR_IRQS 512
-#define NR_IRQS_LEGACY 8
#define evt2irq(evt) (((evt) >> 5) - 16)
#define irq2evt(irq) (((irq) + 16) << 5)