-
由 Ralf Baechle 提交于
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: NRalf Baechle <ralf@linux-mips.org>
d89e36d8
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: NRalf Baechle <ralf@linux-mips.org>