From patchwork Thu Jun 15 16:25:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 1795519 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=GLlayUG3; 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 4Qhnht1JM7z20X4 for ; Fri, 16 Jun 2023 02:25:50 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229781AbjFOQZr (ORCPT ); Thu, 15 Jun 2023 12:25:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229913AbjFOQZZ (ORCPT ); Thu, 15 Jun 2023 12:25:25 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6640D1BDB; Thu, 15 Jun 2023 09:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686846324; x=1718382324; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XsJeHyM9PuN2tIHvCthEpU4ofv/DPS933pIxreJ5jeU=; b=GLlayUG32eAPuFaeKejWq3K7cvfdyA9NcOvaoJ4swfNNTEMtcuS5zjET EG4GcpOVdxepdrfiyOPsOFnkkslBjxYd6Ytrs18aqzZuhj5Hpy8TPgh79 3XQSXMu8hSIED/qJa85iVXHY0KT+rT+FB3pWo+89hJbw08pw6uGwMO4Fz sJRT4iUuwxSOxjDrKp3uyocxdovodls/PhhYxtZIg8Kxk7B75quBHwE1W +M3X3N/OjqY+iRLi/WYAmhcy20nn4TmkVDBEy+be3aUKvXvtZ0h3O2tQp EUwT10SjRJw/4nDjT0/ot0rXYzy06XmBKmOT7jfYTLsBt6M1jUpp5uINB w==; X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="356460456" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="356460456" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2023 09:25:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="706730649" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="706730649" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga007.jf.intel.com with ESMTP; 15 Jun 2023 09:25:07 -0700 Received: by black.fi.intel.com (Postfix, from userid 1003) id BB3C6379; Thu, 15 Jun 2023 19:25:16 +0300 (EEST) From: Andy Shevchenko To: =?utf-8?q?Pali_Roh=C3=A1r?= , Andy Shevchenko , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Linus Walleij , Bartosz Golaszewski , Andy Shevchenko Subject: [PATCH v1 1/1] gpio: mpc8xxx: Remove unused of_gpio.h inclusion Date: Thu, 15 Jun 2023 19:25:14 +0300 Message-Id: <20230615162514.21195-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 GPIO drivers. Remove it. Signed-off-by: Andy Shevchenko Reviewed-by: Pali Rohár --- drivers/gpio/gpio-mpc8xxx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/gpio-mpc8xxx.c b/drivers/gpio/gpio-mpc8xxx.c index 3eb08cd1fdc0..35214e9de4ce 100644 --- a/drivers/gpio/gpio-mpc8xxx.c +++ b/drivers/gpio/gpio-mpc8xxx.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include