[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-4.1-testing] unmodified_drivers: remove inclusion of asm/system.h
# HG changeset patch # User Olaf Hering <olaf@xxxxxxxxx> # Date 1337010687 -3600 # Node ID 89c61e66f45f8ca3c8e96b1d348088f0caa12e73 # Parent bb1ab1475ce8ed72e5ea168484419eecdb1add7e unmodified_drivers: remove inclusion of asm/system.h Allow compilation of PVonHVM drivers with forward-ported xenlinux sources in openSuSE 12.2. Since Linux 3.4 asm/system.h is not present anymore. Remove inclusion of this header, its not needed. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Committed-by: Jan Beulich <jbeulich@xxxxxxxx> xen-unstable changeset: 25327:cc7a054a5a27 xen-unstable date: Mon May 14 12:04:27 2012 +0200 --- diff -r bb1ab1475ce8 -r 89c61e66f45f unmodified_drivers/linux-2.6/platform-pci/platform-pci.c --- a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c Mon May 14 16:50:58 2012 +0100 +++ b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c Mon May 14 16:51:27 2012 +0100 @@ -30,7 +30,6 @@ #include <linux/interrupt.h> #include <linux/vmalloc.h> #include <linux/mm.h> -#include <asm/system.h> #include <asm/io.h> #include <asm/irq.h> #include <asm/uaccess.h> _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |