WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [linux-2.6.18-xen] Fix compilation error when CONFIG_PCI

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] Fix compilation error when CONFIG_PCI_REASSIGN is not set.
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 17 Oct 2008 08:20:11 -0700
Delivery-date: Fri, 17 Oct 2008 08:20:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1224241373 -3600
# Node ID 2406578997720703426d2a44e32e32bfc53ad83b
# Parent  a29df0e2bfe2b4bde83b10ad62d90781ee98cd83
Fix compilation error when CONFIG_PCI_REASSIGN is not set.

Signed-off-by: Yuji Shimada <shimada-yxb@xxxxxxxxxxxxxxx>
---
 drivers/pci/pci.h |    1 +
 1 files changed, 1 insertion(+)

diff -r a29df0e2bfe2 -r 240657899772 drivers/pci/pci.h
--- a/drivers/pci/pci.h Fri Oct 17 12:02:23 2008 +0100
+++ b/drivers/pci/pci.h Fri Oct 17 12:02:53 2008 +0100
@@ -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 inline void pci_disable_bridge_window(struct pci_dev *dev) {}
 #endif

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] Fix compilation error when CONFIG_PCI_REASSIGN is not set., Xen patchbot-linux-2.6.18-xen <=