Thorsten Glaser 779b7e64b5 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>
2010-10-22 09:43:25 +02:00
..
2010-02-09 11:13:56 +01:00
2010-08-14 22:26:53 +02:00
2010-05-17 21:15:40 +02:00
2008-07-20 17:24:38 -07:00
2010-10-22 09:43:22 +02:00