diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2023-12-26 17:43:48 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-01-10 18:20:26 +0000 |
| commit | be82b3a0bf72ed3b5f01ac9fcd8dcd3802e3c742 (patch) | |
| tree | 29932f7946673601dd144a76db665c63297a355a /sys/dev/ofw | |
| parent | fe75646a0234a261c0013bf1840fdac4acaf0cec (diff) | |
Diffstat (limited to 'sys/dev/ofw')
| -rw-r--r-- | sys/dev/ofw/ofw_cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofw_cpu.c b/sys/dev/ofw/ofw_cpu.c index bd9164fd9f5c..e18004ae19d2 100644 --- a/sys/dev/ofw/ofw_cpu.c +++ b/sys/dev/ofw/ofw_cpu.c @@ -43,7 +43,7 @@ #include <dev/ofw/ofw_cpu.h> #if defined(__arm__) || defined(__arm64__) || defined(__riscv__) -#include <dev/extres/clk/clk.h> +#include <dev/clk/clk.h> #endif static int ofw_cpulist_probe(device_t); |
