Ralf Baechle d89e36d8df [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 <ralf@linux-mips.org>
2006-10-19 17:55:14 +01:00
..
2006-10-19 17:55:13 +01:00
2006-10-19 17:55:14 +01:00
2006-10-09 23:20:46 +01:00
2006-10-11 19:30:58 +01:00
2006-10-19 17:55:13 +01:00