summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2026-05-14 00:01:31 +0200
committerVinod Koul <vkoul@kernel.org>2026-05-14 21:02:21 +0530
commit52ae64602394bc9a8e7b67f5e4e70c56e31699a7 (patch)
tree4cab61318262fbba466bcfe6f7d8ede6d2e600cc
parent05c72fbff4ac18e9bbb0e4b3884dad1f833807f4 (diff)
downloadlinux-52ae64602394bc9a8e7b67f5e4e70c56e31699a7.tar.gz
linux-52ae64602394bc9a8e7b67f5e4e70c56e31699a7.zip
phy: phy-can-transceiver: Drop unused include
This file does not use the symbols from the legacy <linux/gpio.h> header, so let's drop it. Reviewed-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20260513220336.369628-7-andriy.shevchenko@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r--drivers/phy/phy-can-transceiver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/phy/phy-can-transceiver.c b/drivers/phy/phy-can-transceiver.c
index 30330499585b..75dc49e75ca0 100644
--- a/drivers/phy/phy-can-transceiver.c
+++ b/drivers/phy/phy-can-transceiver.c
@@ -5,12 +5,11 @@
* Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com
*
*/
+#include <linux/gpio/consumer.h>
#include <linux/phy/phy.h>
#include <linux/platform_device.h>
#include <linux/property.h>
#include <linux/module.h>
-#include <linux/gpio.h>
-#include <linux/gpio/consumer.h>
#include <linux/mux/consumer.h>
struct can_transceiver_data {