diff options
author | Omar Ramirez Luna <omar.ramirez@copitl.com> | 2012-10-24 17:09:16 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-24 16:31:31 -0700 |
commit | 53e3e3f19f3a0c4c38e28eb4af7acfee325db375 (patch) | |
tree | e0ffd1bf17d39bd2d40331f183377119cd183fc8 /scripts/headers_check.pl | |
parent | b8cac0bbed33065ac42b3791efefec5dc233f7c1 (diff) |
staging: tidspbridge: drop const from custom mmu implementation
Custom mmu functions receive a 'const void __iomem *', all the
callers pass a 'void __iomem *', so drop the const to fix the
warnings like:
warning: passing argument 2 of '__raw_writel' discards qualifiers from pointer target type
../io.h:88: note: expected 'volatile void *' but argument is of type 'const void *'
Signed-off-by: Omar Ramirez Luna <omar.ramirez@copitl.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/headers_check.pl')
0 files changed, 0 insertions, 0 deletions