From 7df057bac3734ee3c2c052fd0807479602ab5583 Mon Sep 17 00:00:00 2001 From: Peter Crosthwaite Date: Sun, 24 May 2015 13:20:14 -0700 Subject: device-tree: Make a common-obj MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no reason for device tree API to be built per-target. common-obj it. There is an extraneous inclusion of config.h that needs to be removed. Cc: Alexander Graf Reviewed-by: Andreas Färber Signed-off-by: Peter Crosthwaite Signed-off-by: Michael Tokarev --- device_tree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'device_tree.c') diff --git a/device_tree.c b/device_tree.c index 3d119ef0bd..d2de580947 100644 --- a/device_tree.c +++ b/device_tree.c @@ -18,7 +18,6 @@ #include #include -#include "config.h" #include "qemu-common.h" #include "qemu/error-report.h" #include "sysemu/device_tree.h" -- cgit v1.2.1