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-01 23:16:58 +01:00
2006-10-01 23:16:58 +01:00
2006-10-01 23:16:58 +01:00
2006-10-01 23:16:58 +01:00
2006-10-01 23:16:58 +01:00
2005-04-16 15:20:36 -07:00
2005-10-28 08:16:48 -07:00
2006-03-24 07:33:24 -08:00
2005-04-16 15:20:36 -07:00
2006-09-29 09:18:12 -07:00
2006-06-01 00:28:35 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-03 22:21:02 +02:00