Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h
@ 2024-03-07 11:43 Andy Shevchenko
  2024-03-08  2:26 ` Axe Yang (杨磊)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andy Shevchenko @ 2024-03-07 11:43 UTC (permalink / raw)
  To: Ulf Hansson, Axe Yang, linux-mmc, linux-kernel, linux-arm-kernel,
	linux-mediatek
  Cc: Chaotian Jing, Matthias Brugger, AngeloGioacchino Del Regno,
	Andy Shevchenko

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 <andriy.shevchenko@linux.intel.com>
---
 drivers/mmc/host/mtk-sd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c
index 1634b1f5d201..a94835b8ab93 100644
--- a/drivers/mmc/host/mtk-sd.c
+++ b/drivers/mmc/host/mtk-sd.c
@@ -13,7 +13,6 @@
 #include <linux/ioport.h>
 #include <linux/irq.h>
 #include <linux/of.h>
-#include <linux/of_gpio.h>
 #include <linux/pinctrl/consumer.h>
 #include <linux/platform_device.h>
 #include <linux/pm.h>
-- 
2.43.0.rc1.1.gbec44491f096


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-25 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 11:43 [PATCH v1 1/1] mmc: mtk-sd: Remove unused of_gpio.h Andy Shevchenko
2024-03-08  2:26 ` Axe Yang (杨磊)
2024-03-08  9:27 ` AngeloGioacchino Del Regno
2024-03-25 13:18 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox