diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2022-10-04 16:31:01 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2022-10-04 16:38:56 +0000 |
| commit | 47218e711e70fdcca08b6f4bd05a60c986a87e41 (patch) | |
| tree | 45d632b7f6f8e31ef12d8e3de61ee7761f4bc85f /sys/dev/xdma | |
| parent | 89a9a13c1a917715c047ef9b0d7bd3f6416bb13b (diff) | |
Diffstat (limited to 'sys/dev/xdma')
| -rw-r--r-- | sys/dev/xdma/xdma_if.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/xdma/xdma_if.m b/sys/dev/xdma/xdma_if.m index cbf0c8e8cb05..61c711d6e24a 100644 --- a/sys/dev/xdma/xdma_if.m +++ b/sys/dev/xdma/xdma_if.m @@ -30,6 +30,8 @@ # $FreeBSD$ # +#include "opt_platform.h" + #include <machine/bus.h> #ifdef FDT |
