From: Sergei Shtylyov Date: Sun, 1 Apr 2007 17:13:58 +0000 (+0400) Subject: PCI: define pci_request/release_regions() for CONFIG_PCI=n X-Git-Tag: v2.6.22-rc1~1039^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da0ead90122578ef6e4afba9ba4bcd3455fd8e8;p=pandora-kernel.git PCI: define pci_request/release_regions() for CONFIG_PCI=n Balance declarations of pci_request_regions() and pci_release_regions() with empty inline definitions for the CONFIG_PCI=n case -- otherwise my patch to drivers/net/3c59x.c in the -mm tree doesn't compile. :-) Signed-off-by: Sergei Shtylyov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed