Date: Fri, 7 Jul 2023 22:38:18 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 0b53a9971ec3 - main - Remove duplicate #include Message-ID: <202307072238.367McILK078715@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=0b53a9971ec39de4ce63fcf53361966ccddab852 commit 0b53a9971ec39de4ce63fcf53361966ccddab852 Author: Mark O'Donovan <shiftee@posteo.net> AuthorDate: 2023-07-07 22:31:47 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-07-07 22:36:28 +0000 Remove duplicate #include Signed-off-by: Mark O'Donovan <shiftee@posteo.net> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/778 --- sys/dev/qlnx/qlnxe/qlnx_os.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/qlnx/qlnxe/qlnx_os.c b/sys/dev/qlnx/qlnxe/qlnx_os.c index 3c788f5c0fb7..fa95e31543a1 100644 --- a/sys/dev/qlnx/qlnxe/qlnx_os.c +++ b/sys/dev/qlnx/qlnxe/qlnx_os.c @@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$"); #include "mcp_public.h" #include "ecore_iro.h" #include "nvm_cfg.h" -#include "ecore_dev_api.h" #include "ecore_dbg_fw_funcs.h" #include "ecore_iov_api.h" #include "ecore_vf_api.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307072238.367McILK078715>