From patchwork Fri Jun 29 06:35:29 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 936630 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="eBZ4NRgD"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 41H6NY4N9Bz9s0w for ; Fri, 29 Jun 2018 16:35:57 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753166AbeF2Gf5 (ORCPT ); Fri, 29 Jun 2018 02:35:57 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:40703 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbeF2Gf4 (ORCPT ); Fri, 29 Jun 2018 02:35:56 -0400 Received: by mail-lf0-f67.google.com with SMTP id y200-v6so392542lfd.7 for ; Thu, 28 Jun 2018 23:35:55 -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=Xwc3xQl+szWxQLWmpfPHbAxlIKeRo7nTIU7/52F6Xto=; b=eBZ4NRgDyqMok6B8kPHtQvgneQdD/JQWz2Vgwy1ehxT+dXoVJwql+h+rspQOMjo00Z DRiV75setP7iZbtvkTZ/4umF85T8N4iWTxjdGyatJXCa6YiIVU+KyIKeJayUvkkY4IBo Oec6kOUk2q24abbJrQLEeJOFIwFGUyV3d0QHA= 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=Xwc3xQl+szWxQLWmpfPHbAxlIKeRo7nTIU7/52F6Xto=; b=poUuyGaYBfvleCJoMy0zxx8iIuN3yMsvLdpxgs+pmaQP5+z310j5zWqZ4heIR21m4P GGuwpRDTGwkIRqD0q0Nyc4Je9b0aKgSc+260uYBW1hE5qk6aSF648adY/wwcLb0ZAc6x Awg8uIuPOe0G2tZqguw99iM3lkF/gO61ifLdQBdRxmdMmHjpZknTkI4rNu0SrpR9pShf OVl+x4k8bsc3PxwGYR5xOsJLSNk58U68MxkzzL5SUUiOwDfCdV0wz6iVdFtK4dbfLn0l b4+pjiXCLmYrl/TNku4oiT4laN7uR8iDZ/zCLhbV77HPCiAv3J4r8ch7ZluYm/HbCl26 y30w== X-Gm-Message-State: APt69E0zmGufkO3PiGEvO2FXRh4Z/j60V2CUddCVwOTcY/9RwxSAJq3y 3M7aZGwPqAsecdIOKcMl4q62Dog7A94= X-Google-Smtp-Source: AAOMgpfrFy3OLIoUO6wrjS2PYCus5fz/bWH4v07FxWFSaL4IXZIaxGT+1+TrIpw5kpu7vwrICfJmHQ== X-Received: by 2002:a19:ef0c:: with SMTP id n12-v6mr8710110lfh.48.1530254154752; Thu, 28 Jun 2018 23:35:54 -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.53 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Jun 2018 23:35:53 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 03/18] gpio: rdc321x: Include the right header Date: Fri, 29 Jun 2018 08:35:29 +0200 Message-Id: <20180629063544.3826-3-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-rdc321x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-rdc321x.c b/drivers/gpio/gpio-rdc321x.c index cbf0f9e6465b..2938217566d3 100644 --- a/drivers/gpio/gpio-rdc321x.c +++ b/drivers/gpio/gpio-rdc321x.c @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include #include