From: Jiri Slaby Date: Wed, 13 Dec 2006 08:34:20 +0000 (-0800) Subject: [PATCH] sx: fix non-PCI build X-Git-Tag: v2.6.20-rc1~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3468a33e98524a7661a158251b10cea7c9fafece;p=pandora-kernel.git [PATCH] sx: fix non-PCI build When CONFIG_PCI is not defined (i.e. PCI bus is disabled), the sx driver fails to link, since some pci functions are not available. Fix this behaviour to be able to compile this driver on machines with no PCI bus (but with ISA bus support). Signed-off-by: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed