summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_misc.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2017-05-05 17:38:23 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2017-05-05 17:38:23 +0000
commit5c5ad523851e06e3d3c7abcb30bf34b22a10d2d7 (patch)
treea10b656ce3cd100455c217c19b16ad0e8b05b311 /sys/dev/ofw/ofw_misc.c
parenta6657f8f35923a54a745707410f3cfc4cf43d264 (diff)
Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>.
Diffstat (limited to 'sys/dev/ofw/ofw_misc.c')
-rw-r--r--sys/dev/ofw/ofw_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ofw/ofw_misc.c b/sys/dev/ofw/ofw_misc.c
index e3de2a1719d..60d33f58931 100644
--- a/sys/dev/ofw/ofw_misc.c
+++ b/sys/dev/ofw/ofw_misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ofw_misc.c,v 1.1 2017/03/09 20:01:10 kettenis Exp $ */
+/* $OpenBSD: ofw_misc.c,v 1.2 2017/05/05 17:38:22 kettenis Exp $ */
/*
* Copyright (c) 2017 Mark Kettenis
*
@@ -22,7 +22,7 @@
#include <machine/bus.h>
#include <dev/ofw/openfirm.h>
-#include <dev/ofw/ofw_pinctrl.h>
+#include <dev/ofw/ofw_misc.h>
struct regmap {
uint32_t rm_phandle;