include <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h"
authorjsg <jsg@openbsd.org>
Thu, 17 Oct 2024 05:10:53 +0000 (05:10 +0000)
committerjsg <jsg@openbsd.org>
Thu, 17 Oct 2024 05:10:53 +0000 (05:10 +0000)
sys/dev/fdt/bcm2835_dmac.c

index ccf4f83..49959e6 100644 (file)
@@ -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)