From: Ralf Baechle Date: Thu, 19 Oct 2006 13:21:47 +0000 (+0100) Subject: [MIPS] Fix iounmap argument to const volatile. X-Git-Tag: v2.6.19-rc3~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89e36d8df547fde2beaea82211954868da2282d;p=pandora-kernel.git [MIPS] Fix iounmap argument to const volatile. With the existing prototype the following code: const void __iomem *io = ioremap(); x = readb(io); iounmap(io); did result in a warning. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed