[ARM] 3191/1: Mark I/O pointer as const in __raw_reads[bwl]
authorDeepak Saxena <dsaxena@plexity.net>
Mon, 5 Dec 2005 10:54:59 +0000 (10:54 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 5 Dec 2005 10:54:59 +0000 (10:54 +0000)
Patch from Deepak Saxena

Mark the ioremap'd cookie/pointer in said functions as const since
we should not be actualy touching the data. This fixes a slew of
compile warnings on IXP4xx as our reads[bwl] already mark this
parameter as const.

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found