[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] unmodified_drivers: change header string
_XEN_PLATFORM_PCI_H is already used by upstream linux/xen/platform_pci.h. Adjust the string to avoid compile errors when xen/platform_pci.h is included in platform-pci.c. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> --- unmodified_drivers/linux-2.6/platform-pci/platform-pci.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.h b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.h index 2537213..5fd0e6a 100644 --- a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.h +++ b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.h @@ -19,8 +19,8 @@ * Place - Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef _XEN_PLATFORM_PCI_H -#define _XEN_PLATFORM_PCI_H +#ifndef _UNMODIFIED_DRIVERS_XEN_PLATFORM_PCI_H +#define _UNMODIFIED_DRIVERS_XEN_PLATFORM_PCI_H #include <linux/pci.h> @@ -29,4 +29,4 @@ void platform_pci_resume(void); extern struct pci_dev *xen_platform_pdev; -#endif /* _XEN_PLATFORM_PCI_H */ +#endif /* _UNMODIFIED_DRIVERS_XEN_PLATFORM_PCI_H */ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |