Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: mtk-sd: Remove unused of_gpio.h

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>
Reviewed-by: Axe Yang <axe.yang@mediatek.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240307114348.3643034-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Andy Shevchenko and committed by
Ulf Hansson
de11e193 359faf02

-1
-1
drivers/mmc/host/mtk-sd.c
··· 13 13 #include <linux/ioport.h> 14 14 #include <linux/irq.h> 15 15 #include <linux/of.h> 16 - #include <linux/of_gpio.h> 17 16 #include <linux/pinctrl/consumer.h> 18 17 #include <linux/platform_device.h> 19 18 #include <linux/pm.h>