diff options
author | 2018-03-30 20:31:01 +0000 | |
---|---|---|
committer | 2018-03-30 20:31:01 +0000 | |
commit | dc03ac1939fd939e374af1566be3df12a60f681d (patch) | |
tree | 500ae9c9f2a0a0cf96ddb39837429d7a8f482cdd | |
parent | Remove unused PCIe code from imxiomuxc(4). I'm sure we can do this (diff) | |
download | wireguard-openbsd-dc03ac1939fd939e374af1566be3df12a60f681d.tar.xz wireguard-openbsd-dc03ac1939fd939e374af1566be3df12a60f681d.zip |
No need to include armv7var.h and imxccmvar.h.
-rw-r--r-- | sys/arch/armv7/imx/imxtemp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/armv7/imx/imxtemp.c b/sys/arch/armv7/imx/imxtemp.c index 5b65c29a06c..077a6a462e9 100644 --- a/sys/arch/armv7/imx/imxtemp.c +++ b/sys/arch/armv7/imx/imxtemp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imxtemp.c,v 1.4 2017/10/23 17:37:51 kettenis Exp $ */ +/* $OpenBSD: imxtemp.c,v 1.5 2018/03/30 20:31:01 patrick Exp $ */ /* * Copyright (c) 2014 Patrick Wildt <patrick@blueri.se> * Copyright (c) 2016 Mark Kettenis <kettenis@openbsd.org> @@ -30,9 +30,6 @@ #include <machine/bus.h> #include <machine/fdt.h> -#include <armv7/armv7/armv7var.h> -#include <armv7/imx/imxccmvar.h> - #include <dev/ofw/openfirm.h> #include <dev/ofw/fdt.h> #include <dev/ofw/ofw_misc.h> |