From: Geoff Levand Date: Fri, 29 Sep 2006 09:01:23 +0000 (-0700) Subject: [PATCH] mem driver: fix conditional on isa i/o support X-Git-Tag: v2.6.19-rc1~684 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153dcc54df826d2f8413c026313cba673c6bcc5b;p=pandora-kernel.git [PATCH] mem driver: fix conditional on isa i/o support This change corrects the logic on the preprocessor conditionals that include support for ISA port i/o (/dev/ioports) into the mem character driver. This fixes the following error when building for powerpc platforms with CONFIG_PCI=n. drivers/built-in.o: undefined reference to `pci_io_base' Signed-off-by: Geoff Levand Acked-by: Linas Vepstas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed