From: Geert Uytterhoeven Date: Tue, 9 Sep 2014 09:32:44 +0000 (+0200) Subject: m68k: Add missing ioport_unmap() X-Git-Tag: fixes-for-v3.18-merge-window~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a000dfc2ab201ffc43fbe925a522adeebe51f6f3;p=pandora-kernel.git m68k: Add missing ioport_unmap() 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 --- Reading git-diff-tree failed