From patchwork Thu May 27 03:02:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: kernel test robot X-Patchwork-Id: 449377 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E361C47089 for ; Thu, 27 May 2021 03:04:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9157613CC for ; Thu, 27 May 2021 03:04:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234388AbhE0DFh (ORCPT ); Wed, 26 May 2021 23:05:37 -0400 Received: from mga02.intel.com ([134.134.136.20]:30125 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234331AbhE0DFg (ORCPT ); Wed, 26 May 2021 23:05:36 -0400 IronPort-SDR: bpQ0fqdqT4svueDYJAMzFCeu4H5UlMXwS9O4tY1rNZuDYArE/Efj3iKwnvbEu+X0tDhJ8ndkGl zkQUxQr+gxVA== X-IronPort-AV: E=McAfee;i="6200,9189,9996"; a="189757136" X-IronPort-AV: E=Sophos;i="5.82,333,1613462400"; d="scan'208";a="189757136" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2021 20:04:03 -0700 IronPort-SDR: niUnAoue1Budx2zcM2vTPb51gut3JgFuSsjVVKQoJMA2/xEURPYLd4/ujAbW3yEGajVeVRQDPK vfnSYgr/iftA== X-IronPort-AV: E=Sophos;i="5.82,333,1613462400"; d="scan'208";a="443355413" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 May 2021 20:04:01 -0700 Date: Thu, 27 May 2021 11:02:46 +0800 From: kernel test robot To: Sharath Chandra Vurukala , davem@davemloft.net, kuba@kernel.org, elder@kernel.org, cpratapa@codeaurora.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: kbuild-all@lists.01.org, Sharath Chandra Vurukala Subject: [RFC PATCH] net: ethernet: rmnet: fix duplicated inclusion Message-ID: <20210527030246.GV2687475@shao2-debian> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210527030141.GU2687475@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 Signed-off-by: kernel test robot --- 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 #include #include -#include #include "rmnet_config.h" #include "rmnet_map.h" #include "rmnet_private.h"