# HG changeset patch # User Olaf Hering # Date 1336989867 -7200 # Node ID cc7a054a5a27bbb75a9b83d3c62ed6094c209e66 # Parent cd4dd23a831d954ba530ced0fdea9685c1975d44 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 Committed-by: Jan Beulich --- 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 #include #include -#include #include #include #include