From: Omar Ramirez Luna Date: Wed, 24 Oct 2012 22:09:16 +0000 (-0500) Subject: staging: tidspbridge: drop const from custom mmu implementation X-Git-Tag: v3.7-rc3~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53e3e3f19f3a0c4c38e28eb4af7acfee325db375;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed