From mboxrd@z Thu Jan 1 00:00:00 1970 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.2 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 5885EC07E96 for ; Mon, 12 Jul 2021 00:08:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F0D761042 for ; Mon, 12 Jul 2021 00:08:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229963AbhGLALh (ORCPT ); Sun, 11 Jul 2021 20:11:37 -0400 Received: from mga01.intel.com ([192.55.52.88]:24723 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229660AbhGLALg (ORCPT ); Sun, 11 Jul 2021 20:11:36 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10042"; a="231686456" X-IronPort-AV: E=Sophos;i="5.84,232,1620716400"; d="scan'208";a="231686456" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2021 17:08:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,232,1620716400"; d="scan'208";a="652608483" Received: from lkp-server01.sh.intel.com (HELO 4aae0cb4f5b5) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 11 Jul 2021 17:08:47 -0700 Received: from kbuild by 4aae0cb4f5b5 with local (Exim 4.92) (envelope-from ) id 1m2jV8-000Gio-Jd; Mon, 12 Jul 2021 00:08:46 +0000 Date: Mon, 12 Jul 2021 08:07:55 +0800 From: kernel test robot To: Murali Karicheri Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Vignesh Raghavendra , Kishon Vijay Abraham I Subject: [RFC PATCH ti] net: ti: prueth_core: hsr/prp: fix duplicated inclusion Message-ID: <20210712000755.GA62038@64f9af9da1db> References: <202107120841.2B0XTVCA-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202107120841.2B0XTVCA-lkp@intel.com> X-Patchwork-Hint: ignore drivers/net/ethernet/ti/prueth.h: linux/types.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- prueth.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/ti/prueth.h b/drivers/net/ethernet/ti/prueth.h index bc308af9dd309..9f8d783904113 100644 --- a/drivers/net/ethernet/ti/prueth.h +++ b/drivers/net/ethernet/ti/prueth.h @@ -8,7 +8,6 @@ #ifndef __NET_TI_PRUETH_H #define __NET_TI_PRUETH_H -#include #include #include #include