summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2018-06-04 09:19:53 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2018-06-04 09:19:53 +0000
commit4c0243b689a22d0e0ce541b90fc72e3b4efec3c5 (patch)
tree3687b225541e9582fde809f37966d416f4c4135a /sys/arch
parent47f7b01589e0d1a8f8737c11886ea39a71aab8a9 (diff)
Remove unused include.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/armv7/sunxi/sxiahci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/armv7/sunxi/sxiahci.c b/sys/arch/armv7/sunxi/sxiahci.c
index f1c42d5c5e3..194005ab642 100644
--- a/sys/arch/armv7/sunxi/sxiahci.c
+++ b/sys/arch/armv7/sunxi/sxiahci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sxiahci.c,v 1.13 2018/01/05 22:19:36 kettenis Exp $ */
+/* $OpenBSD: sxiahci.c,v 1.14 2018/06/04 09:19:52 kettenis Exp $ */
/*
* Copyright (c) 2013 Patrick Wildt <patrick@blueri.se>
* Copyright (c) 2013,2014 Artturi Alm
@@ -30,7 +30,6 @@
#include <dev/ic/ahcireg.h>
#include <dev/ic/ahcivar.h>
-#include <armv7/armv7/armv7var.h>
#include <dev/fdt/sunxireg.h>
#include <dev/ofw/openfirm.h>