summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-17 05:10:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-17 05:10:54 +0000
commitcbf9c9f76a1166bea2f5ec3d522d0f50dbb7db9f (patch)
tree31f7889fa410549925dc473488add29a6a471cc4 /sys/dev/fdt
parent00509f1084072d4a1f1c400d0ca86c2374d7b21d (diff)
include <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h"
Diffstat (limited to 'sys/dev/fdt')
-rw-r--r--sys/dev/fdt/bcm2835_dmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdt/bcm2835_dmac.c b/sys/dev/fdt/bcm2835_dmac.c
index ccf4f839c88..49959e619f7 100644
--- a/sys/dev/fdt/bcm2835_dmac.c
+++ b/sys/dev/fdt/bcm2835_dmac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcm2835_dmac.c,v 1.4 2022/08/10 20:19:22 mglocker Exp $ */
+/* $OpenBSD: bcm2835_dmac.c,v 1.5 2024/10/17 05:10:53 jsg Exp $ */
/*
* Copyright (c) 2020 Tobias Heider <tobhe@openbsd.org>
@@ -56,7 +56,7 @@
#include <dev/ofw/fdt.h>
#include <dev/ofw/openfirm.h>
-#include "dev/ic/bcm2835_dmac.h"
+#include <dev/ic/bcm2835_dmac.h>
#define BCMDMAC_CHANNELMASK ((1 << 12) - 1)
#define DEVNAME(sc) ((sc)->sc_dev.dv_xname)