git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78673bc
)
ARM: OMAP: Clean up interrupt lines to fix warnings for multi-omap
author
Tony Lindgren
<tony@atomide.com>
Thu, 3 Jul 2008 09:24:41 +0000
(12:24 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 3 Jul 2008 09:24:41 +0000
(12:24 +0300)
If boards with different NR_IRQS are compiled together, tons of
compiler warnings are emitted about redefining NR_IRQS.
This patch fixes the problem by adding up NR_IRQS in a common place.
Patch also removes quite a bit of now unnecessary code.
Signed-off-by: Tony Lindgren <tony@atomide.com>
No differences found