[ARM PATCH] 2482/1: IXP2000 - header cleanup
Patch from Ben Dooks
fix the following problems:
lib/iomap.c:140: warning: passing arg 1 of `__raw_readsb' makes pointer from integer without a cast
lib/iomap.c:156: warning: passing arg 1 of `__raw_writesb' makes pointer from integer without a cast
include/asm-arm/arch-ixp2000/io.h modified to have (void __iomem *) in front of the alignment code
include/asm/arch/system.h:22: warning: `cli' is deprecated (declared at include/linux/interrupt.h:65)
cli() replace by local_irq_disable
arch/arm/mach-ixp2000/ixdp2x01.c:116: warning: passing arg 1 of `ixp2000_reg_write' from incompatible pointer type
arch/arm/mach-ixp2000/ixdp2x01.c:117: warning: passing arg 1 of `ixp2000_reg_write' from incompatible pointer type
fixed definition of the cpld registers IXDP2X01_CPLD_VIRT_REG()
Signed-off-by: Ben DooksLooks okay. Test-booted on ENP-2611, no problem.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King
Showing
Please register or sign in to comment