From 153dcc54df826d2f8413c026313cba673c6bcc5b Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Fri, 29 Sep 2006 02:01:23 -0700 Subject: [PATCH] [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-format-patch failed