aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/device_tree.c
diff options
context:
space:
mode:
authorDavid Vrabel <david.vrabel@citrix.com>2012-03-22 14:26:42 +0000
committerDavid Vrabel <david.vrabel@citrix.com>2012-03-22 14:26:42 +0000
commit48ad5e9e21853e164e20fdc7f01c5da18cb62676 (patch)
treedbc7af73ea586bc255626318f0b151603002fda8 /xen/common/device_tree.c
parent066cfcad02459f6b08f07639e0176c62f4c5b5ca (diff)
downloadxen-48ad5e9e21853e164e20fdc7f01c5da18cb62676.tar.gz
xen-48ad5e9e21853e164e20fdc7f01c5da18cb62676.tar.bz2
xen-48ad5e9e21853e164e20fdc7f01c5da18cb62676.zip
libfdt: move headers to xen/include/xen/libfdt/
Move the public libfdt headers to xen/include/xen/libfdt/ so CFLAGS does need to be set to find them. This requires minor tweaks to one of the headers imported from upstream. Signed-off-by: David Vrabel <david.vrabel@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/common/device_tree.c')
-rw-r--r--xen/common/device_tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xen/common/device_tree.c b/xen/common/device_tree.c
index d50cb9cc6b..140d34297a 100644
--- a/xen/common/device_tree.c
+++ b/xen/common/device_tree.c
@@ -14,13 +14,12 @@
#include <xen/device_tree.h>
#include <xen/kernel.h>
#include <xen/lib.h>
+#include <xen/libfdt/libfdt.h>
#include <xen/mm.h>
#include <xen/stdarg.h>
#include <xen/string.h>
#include <asm/early_printk.h>
-#include <libfdt.h>
-
struct dt_early_info __initdata early_info;
void *device_tree_flattened;