diff options
author | 2018-06-04 09:19:52 +0000 | |
---|---|---|
committer | 2018-06-04 09:19:52 +0000 | |
commit | aa9e6229a147b0def6494e95e7b751678013bc7c (patch) | |
tree | 14de0b95cdea7ceb21af43a4d741c44b051f61ec | |
parent | Nuke unused variable. (diff) | |
download | wireguard-openbsd-aa9e6229a147b0def6494e95e7b751678013bc7c.tar.xz wireguard-openbsd-aa9e6229a147b0def6494e95e7b751678013bc7c.zip |
Remove unused include.
-rw-r--r-- | sys/arch/armv7/sunxi/sxiahci.c | 3 |
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> |