From patchwork Fri Dec 8 13:35:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 846225 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-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="eyATrKcs"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3ytYJY5W0Hz9s82 for ; Sat, 9 Dec 2017 00:35:41 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753173AbdLHNfk (ORCPT ); Fri, 8 Dec 2017 08:35:40 -0500 Received: from mail-lf0-f67.google.com ([209.85.215.67]:44842 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752965AbdLHNfj (ORCPT ); Fri, 8 Dec 2017 08:35:39 -0500 Received: by mail-lf0-f67.google.com with SMTP id x204so11882787lfa.11 for ; Fri, 08 Dec 2017 05:35:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=ISumIqAGPFoX07eg0gWcTkZNqojuzipQO3dmkSYwBU4=; b=eyATrKcs3hjJ9vgagSZG8Uz5IVP2vuu/wnVchLx/tLOhu6hg6DQFpbP63n4gBTZnWZ qrZcFHsM9KICXFUfY2eNRJ5qdVo9gryFScTxlTQOsUPtmtkSgkEceS0tNIlrLmKnd6lX YK1YFVFu1SKR2GOd+vBTzV4I4klc9oXKB8OZc= 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=ISumIqAGPFoX07eg0gWcTkZNqojuzipQO3dmkSYwBU4=; b=QkQcPAI/xInQ8mSB1Zd392I5VnECUm7KVUvbmp+3UMtBB4VuGR1Hi3cxokL1Diwkdx MSSpbGS0fu4Mv8W2JUG3iCTuHG+btfulhGoZPf1lTlqMV+emrQCbH0QL0Yq4zVjstk45 OuwyVwfOXKpih6JHxK2BcsZAj0CsyZLamFPrqI5wTUlLZAjRTo3EqouEUET42kYYEGFY 8EBtTTwXsN2/ENh/HFBfW5gO49Qde1vRuKdAsjp9mGOJan24iiHujJjSc4Q3CtLXZexz CBzs/s+GQQzmWFR9BvnzbXfi3IednibtvTVvOZdAQXijXs4TTib4NPLRHLU+YQw+i6LN ttxA== X-Gm-Message-State: AJaThX4GEdPOjnIPIVTmVHo1fSHPLEF/Gla5U0IaI//rReMJ8QHsQRs9 AZy16fDPvw7FHsBuTexNl16erA== X-Google-Smtp-Source: AGs4zMa3moBSK8OPecVRmCqVOpns9bVEod2AQMypf92Gw3frhItUum/9RCP+5egtS8cNI4kXRZ8wyg== X-Received: by 10.46.48.6 with SMTP id w6mr15072189ljw.10.1512740138498; Fri, 08 Dec 2017 05:35:38 -0800 (PST) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id x188sm1410898lfa.90.2017.12.08.05.35.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 08 Dec 2017 05:35:37 -0800 (PST) From: Linus Walleij To: Wolfram Sang , linux-i2c@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Linus Walleij , Shawn Guo , Sascha Hauer , Fabio Estevam Subject: [PATCH] i2c: imx: Include the right GPIO header Date: Fri, 8 Dec 2017 14:35:35 +0100 Message-Id: <20171208133535.17562-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.14.3 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org is not used in this file, by is. Someone is just lucky with their implicit includes. Cc: Shawn Guo Cc: Sascha Hauer Cc: Fabio Estevam Signed-off-by: Linus Walleij Reviewed-by: Fabio Estevam --- drivers/i2c/busses/i2c-imx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c index c4cf26571b66..e54a2516c036 100644 --- a/drivers/i2c/busses/i2c-imx.c +++ b/drivers/i2c/busses/i2c-imx.c @@ -37,6 +37,7 @@ #include #include #include +#include #include #include #include @@ -46,7 +47,6 @@ #include #include #include -#include #include #include #include