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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2675C64ED8 for ; Mon, 27 Feb 2023 19:41:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230187AbjB0TlU (ORCPT ); Mon, 27 Feb 2023 14:41:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50592 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229585AbjB0TlT (ORCPT ); Mon, 27 Feb 2023 14:41:19 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9EB82313F for ; Mon, 27 Feb 2023 11:40:56 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 76B5360F08 for ; Mon, 27 Feb 2023 19:40:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C5ECC433EF; Mon, 27 Feb 2023 19:40:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677526855; bh=KhNYC0uE0764MJrBXDFOzurn/JLMd3zh70r/K4BRKkg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZBZ3Zetd1u2wuOlo6NKL8x+momM3cklFdF//Dta2j3kChHaqihvOveOw0lnLKA6IH HVp29zTCpOH3L76fkQsdPs4K2TLp3dbg8rA5XwM/ZiG7b8XtmtPmXioR2QJlSXM1iI 14YfdwHdNNJW6nOIINVRfGB648O08kjYsE8dPMgt9gXoQHcQp+NUM20RSxuPCEO7lj W5i4b8NI99f/YmATlhjXsX1w3wxCAW1VfOJ4lkmABZf4H2v9fTA51z9YN6BIPadla/ /+c/QIavInsl3qheqPwuUAEqAAWR0sP2nYXMH8l3JtvFDedjh7Yjcbq+5bAI0sR+zi wV9LtMjnHzgSQ== Date: Mon, 27 Feb 2023 11:40:54 -0800 From: Jakub Kicinski To: "Russell King (Oracle)" Cc: Vladimir Oltean , Claudiu Manoil , Alexandre Belloni , UNGLinuxDriver@microchip.com, Colin Foster , Andrew Lunn , Florian Fainelli , "David S. Miller" , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org Subject: Re: [PATCH net] net: dsa: ocelot_ext: remove unnecessary phylink.h include Message-ID: <20230227114054.61fe22da@kernel.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Fri, 24 Feb 2023 16:44:20 +0000 Russell King (Oracle) wrote: > During review of ocelot_ext, it created a private phylink instance > that wasn't necessary. This was removed for subsequent postings, > but the include file seems to have been left behind. Remove it. > > Signed-off-by: Russell King (Oracle) Applied, thanks!