]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: Add missing I/O macros {in,out}{w,l}_p() for !CONFIG_ISA
authorThorsten Glaser <tg@debian.org>
Sun, 3 Oct 2010 18:48:51 +0000 (18:48 +0000)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 22 Oct 2010 07:43:25 +0000 (09:43 +0200)
commit3256de67168b3134a997250061d4f34c27ea84df
tree6e3c2f99ba926705f87ef4c772ce79d7a5f65224
parent78f337448b76e6a7f7344fa19559a2b6b93f4821
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 <tg@debian.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/io_mm.h