From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] net: dsa: Drop GPIO includes Date: Mon, 27 Aug 2018 00:58:55 +0200 Message-ID: <20180826225855.GH7359@lunn.ch> References: <20180826222011.19149-1-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Vivien Didelot , Florian Fainelli , netdev@vger.kernel.org To: Linus Walleij Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:43476 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726886AbeH0Cm6 (ORCPT ); Sun, 26 Aug 2018 22:42:58 -0400 Content-Disposition: inline In-Reply-To: <20180826222011.19149-1-linus.walleij@linaro.org> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Aug 27, 2018 at 12:20:11AM +0200, Linus Walleij wrote: > Commit 52638f71fcff ("dsa: Move gpio reset into switch driver") > moved the GPIO handling into the switch drivers but forgot > to remove the GPIO header includes. > > Signed-off-by: Linus Walleij Reviewed-by: Andrew Lunn Andrew