The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=f06c928544747326c04f84c582bcd5fda0d7bb91
commit f06c928544747326c04f84c582bcd5fda0d7bb91 Author: Bjoern A. Zeeb <[email protected]> AuthorDate: 2023-10-04 10:17:21 +0000 Commit: Bjoern A. Zeeb <[email protected]> CommitDate: 2023-10-04 10:17:21 +0000 LinuxKPI: remove dummy headers with implementations Both agp_backend.h and utsname.h have an implementation in common/ these days so the dummy headers are no longer needed. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/compat/linuxkpi/dummy/include/linux/agp_backend.h | 0 sys/compat/linuxkpi/dummy/include/linux/utsname.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/sys/compat/linuxkpi/dummy/include/linux/agp_backend.h b/sys/compat/linuxkpi/dummy/include/linux/agp_backend.h deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/sys/compat/linuxkpi/dummy/include/linux/utsname.h b/sys/compat/linuxkpi/dummy/include/linux/utsname.h deleted file mode 100644 index e69de29bb2d1..000000000000
