From patchwork Fri Jun 29 06:35:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 936628 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="ZC5+nTf5"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41H6NR2jrZz9s0w for ; Fri, 29 Jun 2018 16:35:51 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752617AbeF2Gft (ORCPT ); Fri, 29 Jun 2018 02:35:49 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:43690 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbeF2Gft (ORCPT ); Fri, 29 Jun 2018 02:35:49 -0400 Received: by mail-lf0-f67.google.com with SMTP id m12-v6so5418952lfc.10 for ; Thu, 28 Jun 2018 23:35:48 -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; bh=wb5eNOC3rHpWBhz3Mm/LLW2mycBt/lFIfvICTW05KHc=; b=ZC5+nTf5aZXNleSP8PBYrbbN/mkd8nD9mp2Kvo6OsFasvIQIhvU3qDUC4nhwfbhiNk ndDXKS8RfA82PR9x9pSmFEk3a8ayWscUaEngWvMZ3dIVfzp0SVv7VWmqEffmmX95x9zS UoCb4L8Ps2C3BVH00VMpEV2n1Wdv95jf0cjYA= 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; bh=wb5eNOC3rHpWBhz3Mm/LLW2mycBt/lFIfvICTW05KHc=; b=NJ+ZPXaWYObp0Ok89I28jESrqBoePP0B5F0bLpBgrz/tuzuAx2eqOLQGIwX1IiUp1k rbjnBaPTZFT74tox8xqNoxO7MhWEhO/EwlEbuQXwhpqtKcNe2R0+2HT8n0wWR0Xgk6pH yfBHhS+OAZ0/ev9EBfdwgDlvN9gguZjq/uxwa5iRCnD3BAQBIiqMszaGRR+KHbXrcXMw hGdpzTRBl+qrg0VyxdbbtHEy/Ncgqee+WQ+FJzrBWezjKkh9qWKSsJCzjc43PNIOKufi 8cLIS7/ohDhIcSqHdBT/9BR7Eg2MeOuhB+Wby+lsE3x9Hl50EXP32uK9nbpzkQrq8TTz AHXw== X-Gm-Message-State: APt69E1BMx72bC9R+LdCFZEUiNJoQtfdQ3z0xZKcRdLRO4lLjt9F9X7N PZnaVD+DXa5nyClg3JHJoruZDlXyiAY= X-Google-Smtp-Source: AAOMgpfpiF7vSBsLC5Rc4MoD3jlvNBZMobIMyCX2InNhORCmyPu15zuVN8LStA/+u9+CkGs0urL3eA== X-Received: by 2002:a19:1604:: with SMTP id m4-v6mr9220568lfi.120.1530254147760; Thu, 28 Jun 2018 23:35:47 -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.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Jun 2018 23:35:46 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 01/18] gpio: rc5t583: Include the right header Date: Fri, 29 Jun 2018 08:35:27 +0200 Message-Id: <20180629063544.3826-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.17.0 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-rc5t583.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-rc5t583.c b/drivers/gpio/gpio-rc5t583.c index 3b4dc1a9a68d..a499c633a6c5 100644 --- a/drivers/gpio/gpio-rc5t583.c +++ b/drivers/gpio/gpio-rc5t583.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include struct rc5t583_gpio {