Skip to content
Commit 6112ea08 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

zorro: ZTWO_VADDR() should return "void __iomem *"



ZTWO_VADDR() converts from physical to virtual I/O addresses, so it should
return "void __iomem *" instead of "unsigned long".

This allows to drop several casts, but requires adding a few casts to
accomodate legacy driver frameworks that store "unsigned long" I/O
addresses.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 83b7bce3
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