From patchwork Fri Jun 29 06:35:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 936629 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="N22R0hU9"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41H6NS6J1jz9s19 for ; Fri, 29 Jun 2018 16:35:52 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753044AbeF2Gfw (ORCPT ); Fri, 29 Jun 2018 02:35:52 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:38960 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbeF2Gfv (ORCPT ); Fri, 29 Jun 2018 02:35:51 -0400 Received: by mail-lf0-f66.google.com with SMTP id q6-v6so5973720lfh.6 for ; Thu, 28 Jun 2018 23:35:51 -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=3SqCJwXjVJAJvGuY76VJmMZmzt85RcuDgOaSdWt1a5E=; b=N22R0hU9tWK/BoOCCRM94W8e/vAmAo9WE4QMRlszyjd48nOS8US+JJ4yMY+Ek1nejC ih1rnJKxzT/4uoVGRmeo6oXCnM4zzNaMOZQAvlnS3HEy7j2gNIOdwUQn/FYWktbmCObR a9mUtkZKm2KUGSLZtV+knXZIf5yqBHCE8Grps= 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=3SqCJwXjVJAJvGuY76VJmMZmzt85RcuDgOaSdWt1a5E=; b=Ka+6px8MYioKC4Ylq7CYTH7VcYVIbquUvJluupwrPz0VepF5F/Yiyjmo4TIeDCHCMI mH6rW8MkCEG28EknQllWXGxWs8981FVcmmAktsMsWam5wbWXzslGOgMjBkFUCItBl8XP gNPnlAcBQww3X8TuMcmu/h4JWcgXb3Q6/cllA57Eq/LlcuOJqHjWbJA+CL7DE3Gwh+st se5EhxX3U97BJt2VyDVS6Y80stZHctkB818i0+f6qtj9/WNe6l4t4fnwsuTC0v8cFrC3 M4OKGnS/3I5KToeCPg8QJf9AQe9AxOTHvGtw+JzFKJ6zsLLxwST4R+8+oDg32n7GjhiQ UJ2g== X-Gm-Message-State: APt69E0By8+h8o42jHCsB86dETOMb1XBfHxwSsYat0swJOL6xX0AmaSr d9IsfD4uCAh4t7MsRxGGBofBeB3GkLw= X-Google-Smtp-Source: AAOMgpef2Y/Ph6CO6Vb1dSewlmUwBxtZxLAvoFMmAYVjVFdU7bb6/w2plGdGGChR5s+gBmCVEtPbcQ== X-Received: by 2002:a19:d245:: with SMTP id j66-v6mr9241514lfg.139.1530254150304; Thu, 28 Jun 2018 23:35:50 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v2-v6sm1382162ljj.71.2018.06.28.23.35.48 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Jun 2018 23:35:49 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 02/18] gpio: rcar: Include the right header Date: Fri, 29 Jun 2018 08:35:28 +0200 Message-Id: <20180629063544.3826-2-linus.walleij@linaro.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180629063544.3826-1-linus.walleij@linaro.org> References: <20180629063544.3826-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-rcar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c index 350390c0b290..2c9a4fc92dc6 100644 --- a/drivers/gpio/gpio-rcar.c +++ b/drivers/gpio/gpio-rcar.c @@ -15,7 +15,7 @@ */ #include -#include +#include #include #include #include