From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: [PATCH] net: phy: mdio-gpio: Cut surplus includes Date: Mon, 11 Jun 2018 13:19:03 +0200 Message-ID: <20180611111903.7221-1-linus.walleij@linaro.org> Cc: netdev@vger.kernel.org, Linus Walleij To: Andrew Lunn , Florian Fainelli Return-path: Received: from mail-lf0-f66.google.com ([209.85.215.66]:41482 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932263AbeFKLTK (ORCPT ); Mon, 11 Jun 2018 07:19:10 -0400 Received: by mail-lf0-f66.google.com with SMTP id d24-v6so29919659lfa.8 for ; Mon, 11 Jun 2018 04:19:09 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: The GPIO MDIO driver now needs only so cut the legacy and includes that are no longer used. Signed-off-by: Linus Walleij --- drivers/net/phy/mdio-gpio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/net/phy/mdio-gpio.c b/drivers/net/phy/mdio-gpio.c index 4e4c8daf44c3..33265747bf39 100644 --- a/drivers/net/phy/mdio-gpio.c +++ b/drivers/net/phy/mdio-gpio.c @@ -26,10 +26,7 @@ #include #include #include -#include #include - -#include #include struct mdio_gpio_info { -- 2.17.0