aboutsummaryrefslogtreecommitdiff
path: root/hw/arm/mcimx7d-sabre.c
diff options
context:
space:
mode:
authorJean-Christophe Dubois <jcd@tribudubois.net>2018-06-29 15:11:16 +0100
committerPeter Maydell <peter.maydell@linaro.org>2018-06-29 15:11:16 +0100
commit0844f025a8fb963a6c0843168eb197dd81602be5 (patch)
treecda3b45e52a1f99d5049f8b5ffa0d24c028e66c0 /hw/arm/mcimx7d-sabre.c
parent26c4a83bd4707797868174332a540f7d61288d15 (diff)
i.mx7d: Remove unused header files
Signed-off-by: Jean-Christophe Dubois <jcd@tribudubois.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/arm/mcimx7d-sabre.c')
-rw-r--r--hw/arm/mcimx7d-sabre.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/arm/mcimx7d-sabre.c b/hw/arm/mcimx7d-sabre.c
index 95fb409d9c..9c5f0e70c3 100644
--- a/hw/arm/mcimx7d-sabre.c
+++ b/hw/arm/mcimx7d-sabre.c
@@ -18,10 +18,8 @@
#include "hw/arm/fsl-imx7.h"
#include "hw/boards.h"
#include "sysemu/sysemu.h"
-#include "sysemu/device_tree.h"
#include "qemu/error-report.h"
#include "sysemu/qtest.h"
-#include "net/net.h"
typedef struct {
FslIMX7State soc;