search for: fac93b1081da

Displaying 1 result from an estimated 1 matches for "fac93b1081da".

2008 Oct 17
0
[PATCH] Fix compilation error when CONFIG_PCI_REASSIGN is not set.
...t set. The patch depends on following patches I have sent. [PATCH] dom0 linux: Fix issue on reassigning resources to PCI-PCI bridge [PATCH] dom0 linux: remove "reassign_resources" option. Thanks, -- Yuji Shimada Signed-off-by: Yuji Shimada <shimada-yxb@necst.nec.co.jp> diff -r fac93b1081da drivers/pci/pci.h --- a/drivers/pci/pci.h Fri Oct 17 18:13:52 2008 +0900 +++ b/drivers/pci/pci.h Fri Oct 17 18:15:31 2008 +0900 @@ -104,4 +104,5 @@ extern void pci_disable_bridge_window(st extern void pci_disable_bridge_window(struct pci_dev *dev); #else #define is_reassigndev(dev) 0 +static inl...