From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: [PATCH] net: dsa: microchip: Drop unused GPIO includes Date: Thu, 3 Jan 2019 13:36:43 +0100 Message-ID: <20190103123643.30684-1-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org, Linus Walleij To: Andrew Lunn , Vivien Didelot , Florian Fainelli Return-path: Received: from mail-lj1-f194.google.com ([209.85.208.194]:41295 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726259AbfACMgt (ORCPT ); Thu, 3 Jan 2019 07:36:49 -0500 Received: by mail-lj1-f194.google.com with SMTP id k15-v6so29559275ljc.8 for ; Thu, 03 Jan 2019 04:36:48 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: This driver does not use the old GPIO includes so drop them. Signed-off-by: Linus Walleij --- drivers/net/dsa/microchip/ksz_common.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/dsa/microchip/ksz_common.c b/drivers/net/dsa/microchip/ksz_common.c index 3b12e2dcff31..8a5111f9414c 100644 --- a/drivers/net/dsa/microchip/ksz_common.c +++ b/drivers/net/dsa/microchip/ksz_common.c @@ -7,7 +7,6 @@ #include #include -#include #include #include #include @@ -15,7 +14,6 @@ #include #include #include -#include #include #include #include -- 2.19.2