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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9F986C433EF for ; Fri, 12 Nov 2021 04:54:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 460B260FBF for ; Fri, 12 Nov 2021 04:54:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 460B260FBF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fg0d/tEAeVWInoRxAeKWZfkXYj+uK8tm2xe4Cu2s/Ic=; b=k4Ii8+jKrVXpED hpwq4UenTtJsqd+j72E43WmbWpA1S3oWuX78XA9SeJUnilrJ/325wLY3JUZPVN8xgrRTAwJU/TZWA jiTT08mOeQgUFKpF9fMA/lMFduLX6Hw/p+h6Tu8EodkuqSq6/GzJolj9pFc2Mmi239TjPcN1xb1PI 7rKbMvXjhRS+Vr1083AcljQGUKrKYwkxENg5gu7ebeD3hoRf/HpL7BARDF7qJs5L7yubRDtymtH/9 6kh+M/CUSV7KWgMmPyYRsHi64Q53gIB6JB5b4mAkZ4xLCLgOvNnGTuZ5tcQhR0aMTfnY0HNhe9ejo Jw5dl8wPJoISPvCZ/mPQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mlOYz-009Mz6-ES; Fri, 12 Nov 2021 04:53:21 +0000 Received: from mga02.intel.com ([134.134.136.20]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mlOYv-009Mxy-E5 for linux-arm-kernel@lists.infradead.org; Fri, 12 Nov 2021 04:53:18 +0000 X-IronPort-AV: E=McAfee;i="6200,9189,10165"; a="220282708" X-IronPort-AV: E=Sophos;i="5.87,228,1631602800"; d="scan'208";a="220282708" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Nov 2021 20:53:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,228,1631602800"; d="scan'208";a="602875685" Received: from lkp-server02.sh.intel.com (HELO c20d8bc80006) ([10.239.97.151]) by orsmga004.jf.intel.com with ESMTP; 11 Nov 2021 20:53:12 -0800 Received: from kbuild by c20d8bc80006 with local (Exim 4.92) (envelope-from ) id 1mlOYq-000HfE-0R; Fri, 12 Nov 2021 04:53:12 +0000 Date: Fri, 12 Nov 2021 12:52:42 +0800 From: kernel test robot To: Michal Simek Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org, Piyush Mehta , Manish Narani Subject: [RFC PATCH xilinx-xlnx] usb: dwc3: of-simple: fix duplicated inclusion Message-ID: <20211112045242.GA168787@b74a7c462147> References: <202111121228.9yA6AzN0-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202111121228.9yA6AzN0-lkp@intel.com> X-Patchwork-Hint: ignore drivers/usb/dwc3/dwc3-of-simple.c: linux/slab.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211111_205317_545907_F714AF9F X-CRM114-Status: GOOD ( 12.21 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- dwc3-of-simple.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/dwc3/dwc3-of-simple.c b/drivers/usb/dwc3/dwc3-of-simple.c index 5ba8fd87b5569..d88706b7bdddf 100644 --- a/drivers/usb/dwc3/dwc3-of-simple.c +++ b/drivers/usb/dwc3/dwc3-of-simple.c @@ -13,7 +13,6 @@ #include #include -#include #include #include #include _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel