commit | a0d95af5c28666155ad4c85a63a5065436ae1d79 | [log] [tgz] |
---|---|---|
author | Deepak Saxena <dsaxena@plexity.net> | Mon Dec 05 10:54:59 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 05 10:54:59 2005 +0000 |
tree | 9a4d0b2c4298b402bd731faacd085ae62f0f2532 | |
parent | 9ddf61bd09a7668279d2b208a96eba784bec3d80 [diff] |
[ARM] 3191/1: Mark I/O pointer as const in __raw_reads[bwl] 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>