From patchwork Thu Apr 19 08:31:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900675 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.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=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="jid1f087"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJS6NNlz9s1P for ; Thu, 19 Apr 2018 18:31:20 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751135AbeDSIbU (ORCPT ); Thu, 19 Apr 2018 04:31:20 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:36182 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbeDSIbT (ORCPT ); Thu, 19 Apr 2018 04:31:19 -0400 Received: by mail-lf0-f67.google.com with SMTP id d20-v6so6547327lfe.3 for ; Thu, 19 Apr 2018 01:31:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=JUFIER6fGh8MpYV7++F8zq7r20QR13T4OAHLtFadekc=; b=jid1f087FO5a8mkSsnD5eUgo2EkpYVs9ztFYIAdajCo8bUqfMa6hHUyWB88cBqU1zr 1wGzMfza6Ev+MBZy1EQU9IsnEhCjZy62UV+cEx9JXvk6RqvmpKhIBFiES7oKwRQwWn9K /yLoCNyAKRifnTTfUah7CVieGSiN4ZQUJFu9c= 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:in-reply-to :references; bh=JUFIER6fGh8MpYV7++F8zq7r20QR13T4OAHLtFadekc=; b=IHqLxnmrxpsLLt3zzZkCVd1uFBjyEiyZXU6OvGJq4sigKcK3tNqj7AmBL2uMeNLnFr gAp7l0/b3XoJj20HzyCOVq/JS3H9PC+h/p/X0Ea7mMFqKP4LPmDMnUgYBl4+eZu5Qsm4 ZzHuDS7Yu/GDEdI4k9eKNthTd5jSerNTdRlSdOnwX74du3mP9h7InFhQvGcF6lAcEmgv ls13J/mssTTVIZc4GamHDDsD6f00EJgY6UMxXzV0w0RzWk7LAVtehoOiHyZa8mGIgW8y WuH4WCwynLYU1FOXk/36E57l4A7INbVV8PT2aTYvUTeC5sYTTWFOBtbWoedQMPCbxi3i 8f7A== X-Gm-Message-State: ALQs6tC+s8LX5qIreJALLszufv0kNuAIuhY33zHRXR8A8Q+QGjq2LfyG ccIOd7SuRTIR+FtgUUJPxKPWDHBIEi4= X-Google-Smtp-Source: AIpwx48RCsNPDF4P89LAGmqOyhQ+fVujwkf8qyUkFsnoXSzvLTyNOGHQbTxQ4pAD0yRSgQAX0s/rgg== X-Received: by 2002:a19:2685:: with SMTP id m127-v6mr1860356lfm.62.1524126677762; Thu, 19 Apr 2018 01:31:17 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.16 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:17 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 03/10] gpio: lpc32xx: Include the right header Date: Thu, 19 Apr 2018 10:31:04 +0200 Message-Id: <20180419083111.6280-3-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-1-linus.walleij@linaro.org> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This is a driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-lpc32xx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-lpc32xx.c b/drivers/gpio/gpio-lpc32xx.c index 92b3ae2a6735..aa74cc4d8b14 100644 --- a/drivers/gpio/gpio-lpc32xx.c +++ b/drivers/gpio/gpio-lpc32xx.c @@ -20,9 +20,8 @@ #include #include #include -#include +#include #include -#include #include #include