From: Matthew Wilcox Date: Tue, 10 Jul 2007 16:54:40 +0000 (-0600) Subject: PCI: Only build PCI syscalls on architectures that want them X-Git-Tag: v2.6.23-rc1~1106^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e235901f90fb83215be43cbd8f1ca14661ea40;p=pandora-kernel.git PCI: Only build PCI syscalls on architectures that want them The PCI syscalls are built on every architecture except X86, but only a few have ever hooked them up. Use a new Kconfig symbol to save a couple of kB on the architectures that have never used the syscalls. Tested on x86 and ia64 only. Signed-off-by: Matthew Wilcox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed