[PATCH] uml problems with linux/io.h

Remove useless includes of linux/io.h, don't even try to build iomap_copy
on uml (it doesn't have readb() et.al., so...)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro
2006-12-13 00:35:00 -08:00
committed by Linus Torvalds
parent 62fb2ba3d8
commit ee36c2bf8e
4 changed files with 7 additions and 3 deletions
+5
View File
@@ -101,4 +101,9 @@ config TEXTSEARCH_FSM
config PLIST
boolean
config IOMAP_COPY
boolean
depends on !UML
default y
endmenu