From patchwork Thu Jun 15 16:41:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1795538 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=EajuVYTF; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by legolas.ozlabs.org (Postfix) with ESMTP id 4Qhp4X3jNVz20QH for ; Fri, 16 Jun 2023 02:42:52 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234908AbjFOQmT (ORCPT ); Thu, 15 Jun 2023 12:42:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235541AbjFOQmG (ORCPT ); Thu, 15 Jun 2023 12:42:06 -0400 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A52492700; Thu, 15 Jun 2023 09:42:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686847325; x=1718383325; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Xilr+ijZitGWtrcSeM2+M4EshRSS2ggsV9dqnYH1Hiw=; b=EajuVYTFY84S8/fTzo3y8ohwvDolVohaZuhIUnZ0WnisjkBd59mOHir1 B4q6x9LfFqt+nh/JP78r5zAyPYGru1cAwQSr+98fKQfsYUm3VzLpQPdzR AXm5fFXv5rFAmZoegPT3xmQ6sfKC7I77LBKXx/IROtGCllhZRc3uhpzx8 9sTEM1ZptjPqAQZw0tN5twWaQ5EfUIaTkpeR/E1y1ngFDue5T58rwvIiG SNxvodq3v1m80RJ3cAIRBIe9aOazOXaEpkxEV1oG0yCmrCdAxoiT/1bcU +ktsuIf6Ie2KdSd6SgY/krxdKSvWzmG25AoT8KIlRSR5I0X0wbadAZuHh g==; X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="445342778" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="445342778" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2023 09:41:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="1042757398" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="1042757398" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga005.fm.intel.com with ESMTP; 15 Jun 2023 09:41:50 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 5D2DD379; Thu, 15 Jun 2023 19:41:59 +0300 (EEST) From: Andy Shevchenko To: Andy Shevchenko , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Viresh Kumar , Shiraz Hashim , soc@kernel.org, Linus Walleij Subject: [PATCH v1 1/1] pinctrl: spear: Remove unused of_gpio.h inclusion Date: Thu, 15 Jun 2023 19:41:58 +0300 Message-Id: <20230615164158.25406-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.40.0.1.gaa8946217a0b MIME-Version: 1.0 X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The of_gpio.h is not and shouldn't be used in the drivers. Remove it. Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar --- drivers/pinctrl/spear/pinctrl-spear.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pinctrl/spear/pinctrl-spear.c b/drivers/pinctrl/spear/pinctrl-spear.c index 18de2e70ea50..b8caaa5a2d4e 100644 --- a/drivers/pinctrl/spear/pinctrl-spear.c +++ b/drivers/pinctrl/spear/pinctrl-spear.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include