[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210527030246.GV2687475@shao2-debian>
Date: Thu, 27 May 2021 11:02:46 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: Sharath Chandra Vurukala <sharathv@...eaurora.org>,
davem@...emloft.net, kuba@...nel.org, elder@...nel.org,
cpratapa@...eaurora.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: kbuild-all@...ts.01.org,
Sharath Chandra Vurukala <sharathv@...eaurora.org>
Subject: [RFC PATCH] net: ethernet: rmnet: fix duplicated inclusion
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c: linux/bitfield.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
rmnet_map_data.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c b/drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
index 9e6efcde3d4f1..70cdc32bebd35 100644
--- a/drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
+++ b/drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
@@ -8,7 +8,6 @@
#include <linux/ip.h>
#include <linux/ipv6.h>
#include <net/ip6_checksum.h>
-#include <linux/bitfield.h>
#include "rmnet_config.h"
#include "rmnet_map.h"
#include "rmnet_private.h"
Powered by blists - more mailing lists