* [PATCH] xen_sysfs.c build fix
@ 2006-03-21 21:18 Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2006-03-21 21:18 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel, xen-ia64-devel
The patch below fixes a build problem when enabling XEN_SYSFS on
xen/ia64. I'll update the xen/ia64 pieces to make this the default once
this is included. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r a9f5cf43451f linux-2.6-xen-sparse/drivers/xen/core/xen_sysfs.c
--- a/linux-2.6-xen-sparse/drivers/xen/core/xen_sysfs.c Tue Mar 21 11:19:11 2006 -0700
+++ b/linux-2.6-xen-sparse/drivers/xen/core/xen_sysfs.c Tue Mar 21 14:12:38 2006 -0700
@@ -12,6 +12,7 @@
#include <linux/module.h>
#include <linux/init.h>
#include <asm/hypervisor.h>
+#include <xen/features.h>
#include <xen/hypervisor_sysfs.h>
MODULE_LICENSE("GPL");
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-21 21:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-21 21:18 [PATCH] xen_sysfs.c build fix Alex Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.