1
0
Files
linux/include
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-11 11:14:14 -07:00
2006-10-15 11:00:58 -07:00
2006-10-18 18:30:51 +02:00
2006-10-06 20:28:26 +02:00