From patchwork Fri May 25 11:20:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 920441 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="A+Bfp/33"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40skMr5zH7z9s0q for ; Fri, 25 May 2018 21:21:12 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966364AbeEYLVM (ORCPT ); Fri, 25 May 2018 07:21:12 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:36990 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966302AbeEYLVL (ORCPT ); Fri, 25 May 2018 07:21:11 -0400 Received: by mail-wm0-f66.google.com with SMTP id l1-v6so13661424wmb.2 for ; Fri, 25 May 2018 04:21:11 -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=qmb6WwIjZUEJNADkbbJuYAL9Dnlzp9hFAynZkevBHGI=; b=A+Bfp/33jl9TCYo2C+mS/tHB9Bns4kSkHv5NfBfb2mr/L2t162Q/B7kWeuyS0GkxD0 9ngZioHxRWJeA0lXCt2XSp8Y0Dp512AHR84l3P0ydhLhtbSOcAhAzBdBdJ4EzvXwdRZ3 B06aGkiEABpm6ST/+ytxz8XeRgHnX9EYMsNiQ= 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=qmb6WwIjZUEJNADkbbJuYAL9Dnlzp9hFAynZkevBHGI=; b=FfzdA+e5PCHRbPK7WUuJZznHwJHpkUM5dtVWPQTCWZ5xHURBjnkwUUNnEw6+y8B+4B i9iMf/5RPVlD2tVPup1msj7rin+tAbf6n2rTOdJb40owfn4/96XZrmLH6KH97AjWyam/ XitICSUzPm1lkHkRrpEBVRaMUZZx7dlNrpl16iMyt91jhsvKZl7BgYVQq0ACpxfGA8RC c8wVtCh3eXkbwNpwM7IN4+19ANRcKk1OzV5v1Y2OuSO4bRL8PXBW+ME2DwcCRt3w0nTK KE/dgK7sCXoyxPdwBJm9T35GE/zLqwMDIX+wHJ/a/KOtSWQZnx93Jd6SfYFoO5/7zF0O 7WVA== X-Gm-Message-State: ALKqPwc1uUlSYZgx2bhHNz62wtW4jHBe/pQha/Hw9IaNTcGNKwJUzTbO 6kl/TYOMhlpOMAOEXtDYQobEODTSWTs= X-Google-Smtp-Source: AB8JxZpURfyYA1Vuu+xqIgulmLRiE1QbNiQJ8fbdAVQKJinULUTN0QPxUPS5JNgxMtE9NA95l7WBRA== X-Received: by 2002:a2e:6808:: with SMTP id c8-v6mr1389254lja.109.1527247270029; Fri, 25 May 2018 04:21:10 -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.08 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 May 2018 04:21:08 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 7/8] gpio: pl061: Include the right header Date: Fri, 25 May 2018 13:20:51 +0200 Message-Id: <20180525112052.12589-7-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-pl061.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-pl061.c b/drivers/gpio/gpio-pl061.c index b70974cb9ef1..2afd9de84a0d 100644 --- a/drivers/gpio/gpio-pl061.c +++ b/drivers/gpio/gpio-pl061.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include