From patchwork Thu Jan 3 12:36:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 1020275 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="hhG/V4tm"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43VnVC6prtz9s9G for ; Thu, 3 Jan 2019 23:36:51 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730512AbfACMgt (ORCPT ); Thu, 3 Jan 2019 07:36:49 -0500 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=mV94j2dOSj3JnUZ4cy0ptl8RkIlKxbM2DL+CTgY/Ras=; b=hhG/V4tmtpuNx5A2Sng/gaqilLS58Qa0ijLO/4fdBeweYVGwJWu+0Lqa/Oj+IqHfIZ 3iwQ/zf9lwcvxEy1YtIQNtET0bvslCvwSq0MVqET+cdLeqBXJNWZkcUzsQss22yX4z/I kMF3YouowLQ5LqXkYx0qqBYRvsqCYBS4xyLxU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=mV94j2dOSj3JnUZ4cy0ptl8RkIlKxbM2DL+CTgY/Ras=; b=nGXp05RAuJaModuUSvvXtqmFB735wxPMcDlObXFiEochqyW1FKr2nLLEyUOaVVjTnN Aivxnu7mfojp8TPJx6j3vU9HmTy3aK+SGzGBA5KqLz11tu1hfaw3VHodEk29nt1Hh4z3 dqmA1TsnFVyEfRrc2jAVQs++gIoKdW8SDqRw6WmLfGf/5urOjcDnkNKu7eMsF/94H97x B3Wh7zz0hry8N8b7Qm8Oby8GbRqFLRKu2n73m1up6Nz0E0jMO2uLnZWeqT2JHDF6ia/U c5ZcbX9iwnonAXIZUL93vST31SybZzXje9gPbaAmqZ5I4pIqzGTzpMGppLAbrtf7LEJj bobg== X-Gm-Message-State: AJcUukeCaPHS+MB+lyULPlej193JELBFIdBF5bHJUuRrL/nGfh9Dploh hO9b2PJ/ltSrn4ISOzCqtZKxvw== X-Google-Smtp-Source: ALg8bN4iti7hULOtCAE5mLLi49PxpQlE1ulb/KzCjo/mlFR+A4wtJkJcLkGXNQiwiHWzKm4iyFoTmw== X-Received: by 2002:a2e:87c3:: with SMTP id v3-v6mr29377359ljj.13.1546519007410; Thu, 03 Jan 2019 04:36:47 -0800 (PST) Received: from linux.local (c-ae7b71d5.014-348-6c756e10.bbcust.telenor.se. [213.113.123.174]) by smtp.gmail.com with ESMTPSA id j25-v6sm11673202lji.77.2019.01.03.04.36.46 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 03 Jan 2019 04:36:46 -0800 (PST) From: Linus Walleij To: Andrew Lunn , Vivien Didelot , Florian Fainelli Cc: netdev@vger.kernel.org, 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> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This driver does not use the old GPIO includes so drop them. Signed-off-by: Linus Walleij Reviewed-by: Vivien Didelot --- 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