From: Pranith Kumar Date: Wed, 6 Aug 2014 23:03:48 +0000 (-0700) Subject: sh: fix build error by adding generic ioport_{map/unmap}() X-Git-Tag: cleanup-for-v3.18~96^2~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e04aca4a769e16cf4f9b8a4bd3e761711640dc46;p=pandora-kernel.git sh: fix build error by adding generic ioport_{map/unmap}() Fix build error as reported by Geert Uytterhoeven here: http://kisskb.ellerman.id.au/kisskb/buildresult/11607865/ The error happens when CONFIG_HAS_IOPORT_MAP=n because of which there are missing definitions of ioport_map/unmap(). Fix this build error by adding these prototypes. Signed-off-by: Pranith Kumar Reported-by: Geert Uytterhoeven Cc: [3.16+] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed