diff options
author | 2020-12-19 01:21:35 +0000 | |
---|---|---|
committer | 2020-12-19 01:21:35 +0000 | |
commit | e45d1099c9c978458dd43781ba68dcca692c5e29 (patch) | |
tree | b09695a037b54094f6f550508fbd6beecfedfd69 | |
parent | Add support for the i.MX8MP PCIe clocks. (diff) | |
download | wireguard-openbsd-e45d1099c9c978458dd43781ba68dcca692c5e29.tar.xz wireguard-openbsd-e45d1099c9c978458dd43781ba68dcca692c5e29.zip |
There's no need to include the OFW GPIO header.
-rw-r--r-- | sys/dev/fdt/imxdwusb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdt/imxdwusb.c b/sys/dev/fdt/imxdwusb.c index 43f7eac904e..5e2adb2a7e1 100644 --- a/sys/dev/fdt/imxdwusb.c +++ b/sys/dev/fdt/imxdwusb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: imxdwusb.c,v 1.3 2020/12/18 18:24:45 patrick Exp $ */ +/* $OpenBSD: imxdwusb.c,v 1.4 2020/12/19 01:21:35 patrick Exp $ */ /* * Copyright (c) 2017, 2018 Mark Kettenis <kettenis@openbsd.org> * Copyright (c) 2020 Patrick Wildt <patrick@blueri.se> @@ -27,7 +27,6 @@ #include <dev/ofw/openfirm.h> #include <dev/ofw/ofw_clock.h> -#include <dev/ofw/ofw_gpio.h> #include <dev/ofw/ofw_power.h> #include <dev/ofw/fdt.h> |