]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
fix sparse, checkpatch warnings in OMAP2/3 IRQ code
authorPaul Walmsley <paul@pwsan.com>
Wed, 7 May 2008 17:52:02 +0000 (11:52 -0600)
committerTony Lindgren <tony@atomide.com>
Fri, 9 May 2008 21:42:06 +0000 (14:42 -0700)
commit7306009bd2d5d4144d67425b2edfce66f42ff03e
tree8e1b1bf0efe7a0017b5ed82e715656c2a820d84b
parentd943497609a7f1d6687e431ff40e1d51ad9c7b7a
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