1
0
Fork 0
remarkable-linux/include/asm-arm/arch-ixp4xx
John Bowler bfca94590b [ARM] 3083/1: include/asm-arm/arch-ixp4xx/io.h: eliminate warnings for pointer passed to integral function argument
Patch from John Bowler

Fix for a compiler warning, this wasn't apparent in 2.6.12, I
believe the compiler options have been changed (somewhere) so
that passing a (void*) to a (u32) argument is now warned.

This accounts for the majority of the warnings in my builds of
the 2.6.14 kernel for NSLU2.

The patch changes pointer parameters declared as u32 to be
declared as either, for read parameters:

const volatile void __iomem *

and for write parameters:

volatile void __iomem *

Signed-off-by: John Bowler <jbowler@acm.org>
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2005-11-02 11:55:12 +00:00
..
coyote.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
debug-macro.S [PATCH] ARM: 2759/1: Fix IXP4xx debug code (again) 2005-06-27 21:48:48 +01:00
dma.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
entry-macro.S [ARM] 3021/1: Interrupt 0 bug fix for ixp4xx 2005-10-18 07:53:35 +01:00
gtwx5715.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
hardware.h [ARM] 3020/1: Fixes typo error CONFIG_CPU_IXP465, which should be CONFIG_CPU_IXP46X 2005-10-18 07:51:35 +01:00
io.h [ARM] 3083/1: include/asm-arm/arch-ixp4xx/io.h: eliminate warnings for pointer passed to integral function argument 2005-11-02 11:55:12 +00:00
irq.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
irqs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ixdp425.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ixp4xx-regs.h [ARM] 3022/1: Missing peripheral devices memory mapping definition for IXP46X processor 2005-10-29 16:32:14 +01:00
memory.h [ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code 2005-10-29 21:44:55 +01:00
param.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
platform.h [PATCH] Fix broken IXP4xx GPIO macro 2005-10-04 16:41:48 -07:00
prpmc1100.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
system.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
timex.h [PATCH] Fix IXP4xx CLOCK_TICK_RATE 2005-08-23 20:06:33 -07:00
uncompress.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
vmalloc.h [PATCH] ARM: cleanup vmalloc start/offset macros 2005-05-03 12:20:29 +01:00