]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI: define pci_request/release_regions() for CONFIG_PCI=n
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Sun, 1 Apr 2007 17:13:58 +0000 (21:13 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 May 2007 02:02:35 +0000 (19:02 -0700)
commit0da0ead90122578ef6e4afba9ba4bcd3455fd8e8
tree1c1b6a691bb5c08c998e716523a1a33e70fda5b8
parent96bde06a2df1b363206d3cdef53134b84ff37813
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 <sshtylyov@ru.mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/pci.h