aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_snps.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/uart/uart_dev_snps.c')
-rw-r--r--sys/dev/uart/uart_dev_snps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_dev_snps.c b/sys/dev/uart/uart_dev_snps.c
index fb5894344927..c3ada581c7cd 100644
--- a/sys/dev/uart/uart_dev_snps.c
+++ b/sys/dev/uart/uart_dev_snps.c
@@ -39,7 +39,7 @@
#include <dev/ofw/ofw_bus_subr.h>
#include <dev/clk/clk.h>
-#include <dev/extres/hwreset/hwreset.h>
+#include <dev/hwreset/hwreset.h>
#include "uart_if.h"