git: a8c3d6b71645 - stable/13 - LinuxKPI: remove duplicate include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Mar 2022 20:13:56 UTC
The branch stable/13 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=a8c3d6b71645b6b16715b3a07013779b296e7ca7 commit a8c3d6b71645b6b16715b3a07013779b296e7ca7 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2022-03-04 00:04:19 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2022-03-27 18:05:00 +0000 LinuxKPI: remove duplicate include Remove a duplicate bus.h include from pci.h. Sponsored by: The FreeBSD Foundation (cherry picked from commit fbedd9d708d06e3cc064d9e6f053649c0cf30c9c) --- sys/compat/linuxkpi/common/include/linux/pci.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/compat/linuxkpi/common/include/linux/pci.h b/sys/compat/linuxkpi/common/include/linux/pci.h index 2891f9f0fa75..f463f697b5f7 100644 --- a/sys/compat/linuxkpi/common/include/linux/pci.h +++ b/sys/compat/linuxkpi/common/include/linux/pci.h @@ -44,7 +44,6 @@ #include <sys/nv.h> #include <sys/pciio.h> #include <sys/rman.h> -#include <sys/bus.h> #include <dev/pci/pcivar.h> #include <dev/pci/pcireg.h> #include <dev/pci/pci_private.h>