From ab55b58b5c515148e6ef65422c9fda17085f07cd Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sat, 10 Jun 2023 22:52:04 +0000 Subject: [PATCH] LinuxKPI: add dummy of.h Given https://reviews.freebsd.org/D34318 was abandoned add an empty of.h dummy header file to at least avoid #include errors and avoid covering those #include with CONFIG_OF. MFC after: 10 days --- sys/compat/linuxkpi/dummy/include/linux/of.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 sys/compat/linuxkpi/dummy/include/linux/of.h diff --git a/sys/compat/linuxkpi/dummy/include/linux/of.h b/sys/compat/linuxkpi/dummy/include/linux/of.h new file mode 100644 index 00000000000..e69de29bb2d