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 739B7C433EF for ; Fri, 12 Nov 2021 12:49:19 +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 3800660D07 for ; Fri, 12 Nov 2021 12:49:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3800660D07 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=lzyCpmilmvnnKeIsgMeUGjnH1ObpslknnIMW4O2+UP8=; b=JmBmr7jA1FiMQT L99km5iY+G84w8mCRhv9pJks5FeWyTSFY7ocateiPZZZl9q0cz7cJa6kT4FxUPDIIdhb4AiMlVUpd mThzUoUmokhAhKhREZKnqh93D7iwUh8mNOZkst2r641UcV3tRlk/GJtml7tmqWHoZKXKH9ocmaP7j oNvGXVPLYkDOLFOJ9GhxEbLd+8P7a2MujrcxQWE72vdQV4E9FlJhiIk/+qejNu83Oe/u8ZOG5fN/w KLHkYa6sXsa3ri8EhWw8uSPt70hskcBXGDfbj5kWI8ijolC3krh52iV/sni0L67KrICcAgrRXTx0c l98Ru4k9UoCj/OJW1aeA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mlVy9-00APJL-Lv; Fri, 12 Nov 2021 12:47:49 +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 1mlVy4-00APGF-4m for linux-arm-kernel@lists.infradead.org; Fri, 12 Nov 2021 12:47:45 +0000 X-IronPort-AV: E=McAfee;i="6200,9189,10165"; a="220334926" X-IronPort-AV: E=Sophos;i="5.87,229,1631602800"; d="scan'208";a="220334926" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2021 04:47:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.87,229,1631602800"; d="scan'208";a="453142878" Received: from lkp-server02.sh.intel.com (HELO c20d8bc80006) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 12 Nov 2021 04:47:41 -0800 Received: from kbuild by c20d8bc80006 with local (Exim 4.92) (envelope-from ) id 1mlVy0-000IIA-Ik; Fri, 12 Nov 2021 12:47:40 +0000 Date: Fri, 12 Nov 2021 20:46:56 +0800 From: kernel test robot To: Manish Narani Cc: kbuild-all@lists.01.org, linux-arm-kernel@lists.infradead.org, Michal Simek , Anurag Kumar Vulisha , Hyun Kwon , Piyush Mehta Subject: [RFC PATCH xilinx-xlnx] phy: zynqmp: fix duplicated inclusion Message-ID: <20211112124656.GA18374@5e43fef9b0db> References: <202111122029.xnQ8QY8G-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202111122029.xnQ8QY8G-lkp@intel.com> X-Patchwork-Hint: ignore drivers/phy/phy-zynqmp.c: linux/delay.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-20211112_044744_278213_721E4D95 X-CRM114-Status: GOOD ( 12.20 ) 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 --- phy-zynqmp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/phy/phy-zynqmp.c b/drivers/phy/phy-zynqmp.c index 9c12579625460..e23f0d3a4a31c 100644 --- a/drivers/phy/phy-zynqmp.c +++ b/drivers/phy/phy-zynqmp.c @@ -13,7 +13,6 @@ */ #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