Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment