From patchwork Fri May 25 11:20:46 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 920436 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="IIuZQ1HJ"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40skMf31Vhz9s1d for ; Fri, 25 May 2018 21:21:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965906AbeEYLVB (ORCPT ); Fri, 25 May 2018 07:21:01 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:44340 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966290AbeEYLU7 (ORCPT ); Fri, 25 May 2018 07:20:59 -0400 Received: by mail-wr0-f195.google.com with SMTP id y15-v6so8586920wrg.11 for ; Fri, 25 May 2018 04:20:59 -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=f/w8TMdibbA6JnnIDBNSxWhiGq4SNJ+ACeRxchlF7eY=; b=IIuZQ1HJoBUNcjgvvCotqVuMgwcU6rLSv+AcTfB5p/RPu6PHuUQ4bRcxPqOjNIBN5R ybAbfL+U/CvsZdp62LNYy1gxL9XJGG3q5H125r8JH1i63rdJIR46EJfXUxTPUltpr0bZ DodLSZKXrAGkJQdn9u11i57UUdwVukh3tzSTc= 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=f/w8TMdibbA6JnnIDBNSxWhiGq4SNJ+ACeRxchlF7eY=; b=nzCyQdUEqiMw5FWM7JTxWu6EcpP8xoSV7aU4OXUhDet13bJvVmtvFtqxjPdmXTCrKF dZ9daSxL4pOJsFD8aVGhnkfSWoCIjXR/JDNwhkTN2OyCyqfl5pNRfzNhJ06ywEt/2q3X 7LMtuXNkWsuHAWTMMoz519QygEECejio4JFCM2c2SCAdSHLnTqvixgaALt54VYMjTU+Q dTmMlnGM9VPWRN5iZsJ6WEiXYRiXx07GknVGHm4YURyIj+CMFDLX6ORxTu9TTOZ7v0+g beRP/3knZ6c3ai/ARtRNr+o9lebYiLqCghnRa6KlA9sba+SLQq5N+LiworGU3w1r8POC 0uxw== X-Gm-Message-State: ALKqPwf0DJhgQQXQxGpKyrgwuGvugvQ/jS/6A9p1hD+4CTPOUX2iIEli mJnPu5IfnkYCHQWEMAsXVYm/uSfPgv4= X-Google-Smtp-Source: ADUXVKJUolMjZlaUr3Gyum13Z+0xejgYJSSN12WAdRjqXX8+yY1ur6jFt9sqbb/Ysk9+Ex83uIoYUA== X-Received: by 2002:a19:f03:: with SMTP id e3-v6mr999539lfi.145.1527247258481; Fri, 25 May 2018 04:20:58 -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.56 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 25 May 2018 04:20:56 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 2/8] gpio: omap: Include the right header Date: Fri, 25 May 2018 13:20:46 +0200 Message-Id: <20180525112052.12589-2-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-omap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-omap.c b/drivers/gpio/gpio-omap.c index 35971a341c40..d1afedf4dcbf 100644 --- a/drivers/gpio/gpio-omap.c +++ b/drivers/gpio/gpio-omap.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include