forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/drivers/mmc/host/sdhci-bcm-kona.c
....@@ -18,12 +18,10 @@
1818 #include <linux/platform_device.h>
1919 #include <linux/mmc/host.h>
2020 #include <linux/io.h>
21
-#include <linux/gpio.h>
2221 #include <linux/clk.h>
2322 #include <linux/regulator/consumer.h>
2423 #include <linux/of.h>
2524 #include <linux/of_device.h>
26
-#include <linux/of_gpio.h>
2725 #include <linux/mmc/slot-gpio.h>
2826
2927 #include "sdhci-pltfm.h"