]> xenbits.xensource.com Git - xen.git/commitdiff
unmodified_drivers: remove inclusion of asm/system.h
authorOlaf Hering <olaf@aepfle.de>
Mon, 14 May 2012 10:04:27 +0000 (12:04 +0200)
committerOlaf Hering <olaf@aepfle.de>
Mon, 14 May 2012 10:04:27 +0000 (12:04 +0200)
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>
unmodified_drivers/linux-2.6/platform-pci/platform-pci.c

index 7e988a5e33b534ccc2068eef96ad42412e10a590..cfd05363ff83cf78a6b46d79700567e681ed248e 100644 (file)
@@ -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>