Displaying 1 result from an estimated 1 matches for "7953164cebb6".
2007 Aug 13
0
[PV-on-HVM]: Add missing includes
Hi Keir:
[PV-on-HVM]: Add missing includes
This patch adds missing includes that currently work through indirect
inclusions. This cannot be relied on and indeed does break on older
kernels (2.4 for PV-on-HVM).
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
diff -r 7953164cebb6 unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c
--- a/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c Tue Aug 07 09:07:29 2007 +0100
+++ b/unmodified_drivers/linux-2.6/platform-pci/machine_reboot.c Mon Aug 13 16:53:13 2007 +0800
@@ -1,5 +1,6 @@
#include <linux/config.h>...