From patchwork Fri May 25 11:20:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 920442 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="YVdEPP2g"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40skMt5MDLz9s0q for ; Fri, 25 May 2018 21:21:14 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966375AbeEYLVO (ORCPT ); Fri, 25 May 2018 07:21:14 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:38203 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966302AbeEYLVN (ORCPT ); Fri, 25 May 2018 07:21:13 -0400 Received: by mail-wm0-f65.google.com with SMTP id m129-v6so13589122wmb.3 for ; Fri, 25 May 2018 04:21:13 -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=nMzeHbKqV5XPrcdzIg/ekHcX2lztW+R0RqACzXQPKTg=; b=YVdEPP2gxMv08rntgaP87sGe6/1akKfglh86geQwKkU9q7bnBVl2MrhEnDC3q4l4u1 K3N4bZbFnpHqz5ADYY0tWjIvVp4Br+3PjCB+SA+2AYwu/2Rdo2EuRJW9/2LXD+m9SZc1 9k6Hwk1Q8FR6/xF7Uyy+JQbG6JrajEsYkfqec= 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=nMzeHbKqV5XPrcdzIg/ekHcX2lztW+R0RqACzXQPKTg=; b=kJkR4aEbFW23lPUdwPUPlREDNH7/Sirf6PRX9I4PmKZrewasFonZnxusuIfw/ljZc7 65L69lHZI9njEYsMMoK2z1uUGb714rShp2RsAkfnhc8R9ZT29hbi8GuatsSumnXWCfsT 1Av5NhZL+o2EG/WkIYJ/ywSaV8KN57rwgMd4qQjMHC1d9OyT0lLLjIiZXwzGdSs3rYi4 2C05FFzjfT9f23fdFKBlJ3/0EGzXwbiqtAYnwIMm1QjsLtOec/bgM31VBow9mxkIgwEC iA85Fs+uIcK3+WuHsN3wiOfQ1E8tbM3PWoX245kMFTd+EeXtDSGfwrAnf2vqlVEHIa5m oAoQ== X-Gm-Message-State: ALKqPwf1En0kgLGWVSWhgrdkcBNGfWROm8yWpq6bXnAl5LStTbG/xTuj d6cE8CjBkWp0xG06J/epJgNgKjRQDOA= X-Google-Smtp-Source: ADUXVKLhhiTuD3VmzO9ux8JxVFnVKiOWpWE3GGohOP2gALR0A5hYSGbtCcueL8zZo9Q9nHvvtw24nQ== X-Received: by 2002:a2e:98d4:: with SMTP id s20-v6mr724745ljj.19.1527247272252; Fri, 25 May 2018 04:21:12 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id t133-v6sm5474015lfe.60.2018.05.25.04.21.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 May 2018 04:21:11 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 8/8] gpio: pxa: Include the right header Date: Fri, 25 May 2018 13:20:52 +0200 Message-Id: <20180525112052.12589-8-linus.walleij@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180525112052.12589-1-linus.walleij@linaro.org> References: <20180525112052.12589-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 GPIO driver, include only . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-pxa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-pxa.c b/drivers/gpio/gpio-pxa.c index 3c1f65bc0fa8..1e66f808051c 100644 --- a/drivers/gpio/gpio-pxa.c +++ b/drivers/gpio/gpio-pxa.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include #include #include