aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2012-05-14 12:04:27 +0200
committerOlaf Hering <olaf@aepfle.de>2012-05-14 12:04:27 +0200
commit5982b476f89d08fefac1dda363afda0b09a2bafc (patch)
treeb0635c7422b95fd96ddadc20279c678cd1b38dae /unmodified_drivers
parenta1a0db8f8deee6bbf41ae649f56cd70b84b2f8d9 (diff)
downloadxen-5982b476f89d08fefac1dda363afda0b09a2bafc.tar.gz
xen-5982b476f89d08fefac1dda363afda0b09a2bafc.tar.bz2
xen-5982b476f89d08fefac1dda363afda0b09a2bafc.zip
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@aepfle.de> Committed-by: Jan Beulich <jbeulich@suse.com>
Diffstat (limited to 'unmodified_drivers')
-rw-r--r--unmodified_drivers/linux-2.6/platform-pci/platform-pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
index 7e988a5e33..cfd05363ff 100644
--- a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
+++ b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
@@ -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>