From patchwork Thu Mar 7 12:22:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 13585511 X-Patchwork-Delegate: kuba@kernel.org Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 22BCF12A161; Thu, 7 Mar 2024 12:22:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709814158; cv=none; b=lRPaZNxc6KKnA44QSQ2wyIvi2wuJopg+wGzMqVq8qHlY99zZBgfiwDf4X+71mgYH5GVCrgZc5fZs0FAGNfVayO0Zj/tor9RMcjTNbX7w/XRK6euP7sL2yND30ZxED5/pNqn0BWUtftBKYOUA4Vwhyzx3Z3P9u6r5yR8pn+PBkVA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709814158; c=relaxed/simple; bh=PlOPMm8xF8n1k7eqiy+eF9IzthxtTxB/hst1SCDDqWk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ewj7SbhI7f1ZzO8lxf/2HK8AgGgAaMg4mpFAq/teAmTpYJfPh0ov4qgKMjSACypYAUMJI5KYXn97wb0QS+CCMTCPQ5kr62/K2NzkHxmHifGOPjI7xyDxiHkVYHX0Ymp/AJSAgTcKT0/+YOLMLh88ySeQvd750F8PczjmUCm+tOw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=YSpelKMc; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="YSpelKMc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709814157; x=1741350157; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PlOPMm8xF8n1k7eqiy+eF9IzthxtTxB/hst1SCDDqWk=; b=YSpelKMcLuntjn7zYkBM2ctN2lZoqhZaliUU6gkSxLEU0sAQ0G7xxlJK JzLczoWTOnwhST2msfyF4aCHp21JaBeh7/rXLHkXfcjBhCYe5HTaxyFIa wah/PQHrCtY8Jnp4qusVjFEtOFsa/nAX8zYetTzh5Y5DiypRilN1+TWqI akTrmaWOnu4UeZzG24tQ/gcTprUdYmRcUffclyq0mdwhFWx2NqjJcE2KO 6gkHiT9/pTr4QKWz8PddfNvvKax79zg5aOhJzV1b6uxTgyWQWWlXqsDdf qfiHU4YXfe7Wgm+zgw89lgNPJoCmqKQu7Lw3QPmvfmwd8BRqPiTqla5Lw w==; X-IronPort-AV: E=McAfee;i="6600,9927,11005"; a="4343015" X-IronPort-AV: E=Sophos;i="6.07,211,1708416000"; d="scan'208";a="4343015" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2024 04:22:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,11005"; a="937045982" X-IronPort-AV: E=Sophos;i="6.07,211,1708416000"; d="scan'208";a="937045982" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga001.fm.intel.com with ESMTP; 07 Mar 2024 04:22:33 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 89718193; Thu, 7 Mar 2024 14:22:32 +0200 (EET) From: Andy Shevchenko To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andy Shevchenko Subject: [PATCH net-next v1 1/1] net: mdio_bus: Remove unused of_gpio.h Date: Thu, 7 Mar 2024 14:22:31 +0200 Message-ID: <20240307122231.3677241-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.43.0.rc1.1.gbec44491f096 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko --- drivers/net/phy/mdio_bus.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/phy/mdio_bus.c b/drivers/net/phy/mdio_bus.c index b765466e767f..8b9ead76e40e 100644 --- a/drivers/net/phy/mdio_bus.c +++ b/drivers/net/phy/mdio_bus.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include @@ -25,7 +24,6 @@ #include #include #include -#include #include #include #include