The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=cca40d7cc737d4808b25a0a958169bf757f0ee1f
commit cca40d7cc737d4808b25a0a958169bf757f0ee1f Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2022-10-30 17:21:26 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2022-10-30 17:35:24 +0000 LinuxKPI: add timekeeping.h, another dummy (empty) header file The file is included by a driver but it seems we don't need to implement anything here. MFC after: 3 days --- sys/compat/linuxkpi/dummy/include/linux/timekeeping.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/sys/compat/linuxkpi/dummy/include/linux/timekeeping.h b/sys/compat/linuxkpi/dummy/include/linux/timekeeping.h new file mode 100644 index 000000000000..e69de29bb2d1
