[v3,14/27] net/nfp: refact the mip module

Message ID 20230915091551.1459606-15-chaoyong.he@corigine.com (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series refact the nfpcore module |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Chaoyong He Sept. 15, 2023, 9:15 a.m. UTC
  Remove the unneeded header file include statements.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@corigine.com>
---
 drivers/net/nfp/nfpcore/nfp_mip.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
  

Patch

diff --git a/drivers/net/nfp/nfpcore/nfp_mip.c b/drivers/net/nfp/nfpcore/nfp_mip.c
index f6f07ac739..ec064b08dc 100644
--- a/drivers/net/nfp/nfpcore/nfp_mip.c
+++ b/drivers/net/nfp/nfpcore/nfp_mip.c
@@ -3,12 +3,11 @@ 
  * All rights reserved.
  */
 
-#include <stdio.h>
+#include "nfp_mip.h"
+
 #include <rte_byteorder.h>
 
-#include "nfp_cpp.h"
 #include "nfp_logs.h"
-#include "nfp_mip.h"
 #include "nfp_nffw.h"
 
 #define NFP_MIP_SIGNATURE        rte_cpu_to_le_32(0x0050494d)  /* "MIP\0" */