summaryrefslogtreecommitdiff
path: root/sys/arch/armv7/exynos
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2017-08-29 13:33:04 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2017-08-29 13:33:04 +0000
commite2b885544cb642d7537d0d0d8ec80aec883ae216 (patch)
treed5aa656300ba25f76e5263b3840f6b138570e394 /sys/arch/armv7/exynos
parentcff65d09c3e41406403a4cedc09efca2e8e36e95 (diff)
remove uneeded includes after recent fdt header changes
Diffstat (limited to 'sys/arch/armv7/exynos')
-rw-r--r--sys/arch/armv7/exynos/exuart.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/armv7/exynos/exuart.c b/sys/arch/armv7/exynos/exuart.c
index aaea9a7cca3..b2c473fcda5 100644
--- a/sys/arch/armv7/exynos/exuart.c
+++ b/sys/arch/armv7/exynos/exuart.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exuart.c,v 1.11 2017/04/30 13:04:49 mpi Exp $ */
+/* $OpenBSD: exuart.c,v 1.12 2017/08/29 13:33:03 jsg Exp $ */
/*
* Copyright (c) 2005 Dale Rahn <drahn@motorola.com>
*
@@ -40,8 +40,6 @@
#include <arm/armv7/armv7var.h>
#include <armv7/exynos/exuartreg.h>
#include <armv7/exynos/exuartvar.h>
-#include <armv7/armv7/armv7var.h>
-#include <armv7/armv7/armv7_machdep.h>
#include <armv7/exynos/exclockvar.h>
#include <dev/ofw/fdt.h>