From: Thorsten Glaser Date: Sun, 3 Oct 2010 18:48:51 +0000 (+0000) Subject: m68k: Add missing I/O macros {in,out}{w,l}_p() for !CONFIG_ISA X-Git-Tag: v2.6.37-rc1~160^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779b7e64b536ff65bcd40c0292871d2bb9b6d6e5;p=pandora-kernel.git m68k: Add missing I/O macros {in,out}{w,l}_p() for !CONFIG_ISA On m68k, I/O macros like inb() outw() etc. are only defined to something useful if CONFIG_ISA is set; dummies are in place if not, but four macros were missing from the !CONFIG_ISA case. Adding these makes some drivers, such as speakup, compile again. Signed-off-by: Thorsten Glaser Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed