From: Andy Shevchenko Date: Thu, 7 Mar 2024 11:43:48 +0000 (+0200) Subject: mmc: mtk-sd: Remove unused of_gpio.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=de11e193aee47e6f374dd7582fc20b9c4db50c4e;p=linux.git 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 Reviewed-by: Axe Yang Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20240307114348.3643034-1-andriy.shevchenko@linux.intel.com Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/mtk-sd.c b/drivers/mmc/host/mtk-sd.c index 1634b1f5d2010..a94835b8ab939 100644 --- a/drivers/mmc/host/mtk-sd.c +++ b/drivers/mmc/host/mtk-sd.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include