diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2022-07-13 10:07:59 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-13 14:50:33 +0100 |
commit | d86a153aca7ee754613313bdbdc8c3ae366108ea (patch) | |
tree | 3c5187fc36150789b6b2faf138dedcc04b4de33b /drivers | |
parent | bc5c8260f4114951de3b4ec629650a722ca58a2b (diff) |
octeontx2-af: Remove duplicate include
The include is in line 14 and 23. Remove the duplicate.
Fix following checkincludes warning:
./drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c: linux/bitfield.h is included more than once.
./drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c: rvu_npc_hash.h is included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c index ed8b9afbf731..ff71e6a87741 100644 --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c @@ -11,14 +11,12 @@ #include <linux/firmware.h> #include <linux/stddef.h> #include <linux/debugfs.h> -#include <linux/bitfield.h> #include "rvu_struct.h" #include "rvu_reg.h" #include "rvu.h" #include "npc.h" #include "cgx.h" -#include "rvu_npc_hash.h" #include "rvu_npc_fs.h" #include "rvu_npc_hash.h" |