m68k: Add missing ioport_unmap()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 9 Sep 2014 09:32:44 +0000 (11:32 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 28 Sep 2014 09:36:33 +0000 (11:36 +0200)
drivers/net/ethernet/cirrus/cs89x0.c: In function ‘cs89x0_ioport_probe’:
drivers/net/ethernet/cirrus/cs89x0.c:1629: error: implicit declaration of function ‘ioport_unmap’

Add the missing ioport_unmap() implementation, and convert ioport_map()
from a macro to a static inline function while we're at it (both copied
from asm-generic).

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

No differences found