From patchwork Thu Jun 15 16:26:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 693143 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07A65EB64D9 for ; Thu, 15 Jun 2023 16:26:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229913AbjFOQ0R (ORCPT ); Thu, 15 Jun 2023 12:26:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231366AbjFOQ0Q (ORCPT ); Thu, 15 Jun 2023 12:26:16 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE1B41FFA; Thu, 15 Jun 2023 09:26:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686846369; x=1718382369; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ecnQLg0yyPJCrtYS69iDFhI+WnLwoqvUOIJ82r+8BfI=; b=VgX+t6r6NiHUTS+pt8MmPOWUN9dTEwUxiV9pX2nI/VuRGQO+Thu2Vs4w Tqs4CLAhxyfYDfIwgai7rc9cvaSJoYitVMuvUtOflnS8aUuQ1yomRRP+r WqpPq+gvosxEDfmPGm8XdKsBD2x5NFnxnDXQnGJSjwKErGFTHiaxJNcqs C6U2BlbYrvcid1Vg8o0TOmSU1o8CYdxAY4pMWMWuJm7PwfJKdPN1h3Gb1 LRpp3NP7bdFijWXt2EAArS5zKUuauUFTLEEqlRq7ol/bifVD27VY/QCvj qG57q3vow7SXX9693/ctI5iTntPz8ok1zIyJtTHOB4U51aa8W9alBlKDK Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="338594185" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="338594185" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2023 09:26:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="777739556" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="777739556" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga008.fm.intel.com with ESMTP; 15 Jun 2023 09:26:07 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id 580B1379; Thu, 15 Jun 2023 19:26:16 +0300 (EEST) From: Andy Shevchenko To: Krzysztof Kozlowski , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Nandor Han , Linus Walleij , Bartosz Golaszewski , Andy Shevchenko , Andy Shevchenko Subject: [PATCH v1 1/1] gpio: xra1403: Remove unused of_gpio.h inclusion Date: Thu, 15 Jun 2023 19:26:12 +0300 Message-Id: <20230615162612.21487-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.40.0.1.gaa8946217a0b MIME-Version: 1.0 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 GPIO drivers. Remove it. Signed-off-by: Andy Shevchenko --- drivers/gpio/gpio-xra1403.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/gpio-xra1403.c b/drivers/gpio/gpio-xra1403.c index 51d6119e1bb4..bbc06cdd9634 100644 --- a/drivers/gpio/gpio-xra1403.c +++ b/drivers/gpio/gpio-xra1403.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include