From patchwork Thu Apr 19 08:31:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 900679 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="RV3xBVI6"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 40RXJb6VFZz9s1P for ; Thu, 19 Apr 2018 18:31:27 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751151AbeDSIb1 (ORCPT ); Thu, 19 Apr 2018 04:31:27 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:43031 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbeDSIb0 (ORCPT ); Thu, 19 Apr 2018 04:31:26 -0400 Received: by mail-lf0-f68.google.com with SMTP id v207-v6so6524639lfa.10 for ; Thu, 19 Apr 2018 01:31:25 -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=nDm+yCf88rLeys9XjKd4ozSorurUesVJ3dSc42AVAPI=; b=RV3xBVI6a+pm/KblgLydhR/uNiwh/ktx8ueRBnKwoier++GbaK1EB2Q/qvlqD9Gwjm k8Gr4J1DI3zkoDDsMyLDfbP3g1C/KrkJymKei0LTSygVJxyLeB3xLG/8eh9taoB/ILzg 1V45itl5yvQs6g9mRoEAm/jesPlCzQxQWNI0Y= 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=nDm+yCf88rLeys9XjKd4ozSorurUesVJ3dSc42AVAPI=; b=l9Ai91hE0Py1XaT395prVy3qrKopZ+dPu9mBX6zsv9EjvN/qHoXZ50HIGoHMrVsKPy BT+Y+CJyYug5RY+So09NUJQYmLYVh95rQhT8FfklOzeWyzwAj2VF1Igvt3qFQOQxqEDJ ndABeEfMIglzCE81ImMZIEfJLP6RYblh63VpJuxLWv+6GILKVRDBdJx/ocg5T+v+CoX2 he9IjHb26kexELC7Tnbptu8fAY7cyU1+fXm0tplD06vm8Bv+HH++rGpiBKmqyjtACduI WxMFYANw+Py7O54q4G6JtGOc3w9JsQg/3VGQ4lm7Ut7+1rzCUQOBsHa5qrcEBmcD5YT5 gTxA== X-Gm-Message-State: ALQs6tCLbY1SET/HNHveaH0YMPMscvSNW7TPG9xwAq+8eLFi8oM+EsWp Jkh+qh9AFvQdp7kgAGTSseD7SdpE3QE= X-Google-Smtp-Source: AIpwx4+R8Q9e9gqdWqo2n9sijfV+hIgjSJk9TqwaAKnOGEu0xg2Ds+S0k8UAhL7/zgOy/iZCpRF5Ew== X-Received: by 2002:a19:6d03:: with SMTP id i3-v6mr3572217lfc.34.1524126684740; Thu, 19 Apr 2018 01:31:24 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id v3sm496855ljc.67.2018.04.19.01.31.23 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 19 Apr 2018 01:31:24 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij Subject: [PATCH 07/10] gpio: mc9s08dz60: Include the right header Date: Thu, 19 Apr 2018 10:31:08 +0200 Message-Id: <20180419083111.6280-7-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 In-Reply-To: <20180419083111.6280-1-linus.walleij@linaro.org> References: <20180419083111.6280-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 driver so only include . Signed-off-by: Linus Walleij --- drivers/gpio/gpio-mc9s08dz60.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpio-mc9s08dz60.c b/drivers/gpio/gpio-mc9s08dz60.c index 2fcad5b9cca5..d8d846d2189a 100644 --- a/drivers/gpio/gpio-mc9s08dz60.c +++ b/drivers/gpio/gpio-mc9s08dz60.c @@ -18,7 +18,7 @@ #include #include #include -#include +#include #define GPIO_GROUP_NUM 2 #define GPIO_NUM_PER_GROUP 8