From patchwork Wed Aug 14 07:14:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 1146780 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=pass (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="aJM7HjKJ"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 467gnG2JpXz9sML for ; Wed, 14 Aug 2019 17:14:26 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726880AbfHNHOZ (ORCPT ); Wed, 14 Aug 2019 03:14:25 -0400 Received: from mail-lj1-f194.google.com ([209.85.208.194]:36039 "EHLO mail-lj1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726383AbfHNHOZ (ORCPT ); Wed, 14 Aug 2019 03:14:25 -0400 Received: by mail-lj1-f194.google.com with SMTP id u15so8873432ljl.3 for ; Wed, 14 Aug 2019 00:14:24 -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:mime-version :content-transfer-encoding; bh=vzNdtC8eX7MpmDhIFLfHQyAcpvn92eSgt/TFjGXPsRs=; b=aJM7HjKJ2xaYN59M33vWejI8189ote6KiCg6X6Rzip5OdbU3PTs4Cvskk8ywaHZ0Kr Pp9D1QP7KshiRBsF562oneoSDzaoUk/6Mwl4OefY6Obo0dUjJW3dRr435IvZj8mFgRgR VaxVVX2r705T+bdN6iLbKeHNgyRbz5DRVBkQ9FVOpPmPPA8IKxTgf/E0ZA69oB1Qlq7j +m+TwROEkRapkWIKqpXoejL4tPcRhAd/Ql7V0OjECjUgR7LsnmAN8/eEzySwm6uxbyWZ hlkRwWM3VEJBnMJFU/YvVp2pOu0TigUpV4PL74d6o7UKDuXa9iAdtZ1TDDSu8UF3xdag lm6g== 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:mime-version :content-transfer-encoding; bh=vzNdtC8eX7MpmDhIFLfHQyAcpvn92eSgt/TFjGXPsRs=; b=hHhBIV4mSuVfQ44qAg8Ui5QnVur/yR9//yRmqiVGOK4w6snLQ2DDioM1AwiOchlU1I jYAzIFJ/6JoZ+GkQMcIcZFWTKVHV3rCGrIgX3oFLEbaNNilJ/17GFdhgGTEDesgEQ8OD Y9KloS9FYNp7laOYGJQYVgPqulgKuuPtxE7d33rTBOyjc/xaQLMCceNmxPa4vry5HVZd NhH4TQs3qCv1RYwzZ0wB7V0sJjmPAcZHera3GhTuOXTFC7LKc2rpDctE/HcnMtKeroL5 vl+NkITQYyGqDzuBnAM4zjy4f4DnjtYDuFn71eYcoWTwM7NoPSjwCT8bh0GDsM2KOORH N7Fg== X-Gm-Message-State: APjAAAXZHNOkEuRz2OJCLiAUQ3k7rCWPkQMJjPHa7RGGqs683/wRkDYV fnzfg7cPX9OWzwfVYVf+mIIgfKyV6gQ= X-Google-Smtp-Source: APXvYqyheV0two14elqlLfl9E260KSFL9v9S98J8QJ+DG2bLWJuu3HCVz+Mpt8fgUAhOhcJx/TryGQ== X-Received: by 2002:a2e:8455:: with SMTP id u21mr23107661ljh.20.1565766863327; Wed, 14 Aug 2019 00:14:23 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id h1sm20047348lfj.21.2019.08.14.00.14.22 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 14 Aug 2019 00:14:22 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org Cc: Linus Walleij , Patrice Chotard , Maxime Coquelin Subject: [PATCH] pinctrl: st: Include the right header Date: Wed, 14 Aug 2019 09:14:19 +0200 Message-Id: <20190814071419.4773-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The ST pinctrl driver wants to provode a gpio_chip but is using the wrong header for this, fix the inclusion to use the right header. Cc: Patrice Chotard Cc: Maxime Coquelin Signed-off-by: Linus Walleij --- drivers/pinctrl/pinctrl-st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-st.c b/drivers/pinctrl/pinctrl-st.c index b9688ea548da..422bc8ec72ea 100644 --- a/drivers/pinctrl/pinctrl-st.c +++ b/drivers/pinctrl/pinctrl-st.c @@ -12,8 +12,8 @@ #include #include #include -#include #include +#include #include #include #include