]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP2: Fix sparse, checkpatch warnings in OMAP2/3 IRQ code
authorPaul Walmsley <paul@pwsan.com>
Thu, 9 Oct 2008 14:51:28 +0000 (17:51 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 9 Oct 2008 14:51:28 +0000 (17:51 +0300)
commit2e7509e5b3acc4b8653faa1966e5ac234d36ac82
tree734ad4fa94498e21ca0095319823b9f8a8ee6b8b
parent646e3ed1a349fbccce651fed2d3987f0e7b0f0f4
ARM: OMAP2: Fix sparse, checkpatch warnings in OMAP2/3 IRQ code

Fix sparse warnings in mach-omap2/irq.c. Fix by defining
intc_bank_write_reg() and intc_bank_read_reg(), and convert INTC module
register access to use them rather than __raw_{read,write}l.

Also clear up some checkpatch warnings involving includes from asm/
rather than linux/.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/irq.c