Skip to content
Commit d89e36d8 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[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: default avatarRalf Baechle <ralf@linux-mips.org>
parent d2bcf87d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment