git: 0b53a9971ec3 - main - Remove duplicate #include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Jul 2023 22:38:18 UTC
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"