From patchwork Fri May 25 11:20:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 920437 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="GZJUo9JK"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40skMh0MFKz9s1d for ; Fri, 25 May 2018 21:21:04 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966221AbeEYLVD (ORCPT ); Fri, 25 May 2018 07:21:03 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:46107 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966302AbeEYLVC (ORCPT ); Fri, 25 May 2018 07:21:02 -0400 Received: by mail-wr0-f195.google.com with SMTP id x9-v6so8588964wrl.13 for ; Fri, 25 May 2018 04:21:02 -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=0CAOoKEkN31K8QyBN2ck+6k2HsbofZ/wgQ4Dj9GBHwU=; b=GZJUo9JKwP37njM1QxsgkRZHk88IImIJkFGYSD1BXYtfSkA8PGu5OpBC+EH1Tv4tZl WhtRyEzbDTWCZEsU876G74CCdwwu03mt2FUufBziYaOwYmq/Z8IddeyV8wu6qIBqShDh EeubkF/uC8IYlkqzJYHmdrm8Iu/yN0cglZFwM= 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=0CAOoKEkN31K8QyBN2ck+6k2HsbofZ/wgQ4Dj9GBHwU=; b=D6BrEh4iXguAztJn+9msxjHvKVhHGkQUvJdlF2stAlYIPHz0WvqeJoLLRpl/paL4WY ZcIo4i+MIR4KVxOzT+g4BlCXHnslR7lXhHeu1CSn4PLhs5gvn4f7YgMOn51znGhBpm+j LP8mOCGXzlFBIURXf8+ahb37jLsmBhVrVQWxglgmkdhE9+rS/YIHzelpnhCD9BSamHXE pReWpJHqrZZz50CYh+IX13/ug50xVOjuRuHwkmx/+AJtp5leWkHpCEGWShOTDzB7KORP erymIyDLxb7c1TX4Qbyrbt/jR2HNx8wgpiVELjfgX8/Ohyg3unIdzKdkF8QnvGZQPXeo XFiQ== X-Gm-Message-State: ALKqPwfRpUTrfKp9/R/+mbg9hw57yD5x8FxpgtGYILx1WuDy2JUxo9gA D+oxpLXAba2cxf9HJ74BKbSepdqeoJo= X-Google-Smtp-Source: ADUXVKKfCl28/Hm088MgJMMJaCS4yGWcrKuC+RFA7x9qRNHpLw5MXWZ8f5qQRwFg96wnK6pihVsdbQ== X-Received: by 2002:a19:5388:: with SMTP id h8-v6mr1082161lfl.92.1527247261194; Fri, 25 May 2018 04:21:01 -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.20.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 May 2018 04:20:59 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 3/8] gpio: palmas: Include the right header Date: Fri, 25 May 2018 13:20:47 +0200 Message-Id: <20180525112052.12589-3-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-palmas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-palmas.c b/drivers/gpio/gpio-palmas.c index ceb2fef2c8ae..05b0cd5dcf11 100644 --- a/drivers/gpio/gpio-palmas.c +++ b/drivers/gpio/gpio-palmas.c @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -#include +#include #include #include #include