Skip to content

Commit 67e90a7

Browse files
andy-shevUlf Hansson
authored andcommitted
mmc: dw_mmc: 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: Sam Protsenko <semen.protsenko@linaro.org> Link: https://lore.kernel.org/r/20240304175606.1200076-1-andriy.shevchenko@linux.intel.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 25d0438 commit 67e90a7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/mmc/host/dw_mmc-exynos.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <linux/mmc/host.h>
1212
#include <linux/mmc/mmc.h>
1313
#include <linux/of.h>
14-
#include <linux/of_gpio.h>
1514
#include <linux/pm_runtime.h>
1615
#include <linux/slab.h>
1716

drivers/mmc/host/dw_mmc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#include <linux/bitops.h>
3636
#include <linux/regulator/consumer.h>
3737
#include <linux/of.h>
38-
#include <linux/of_gpio.h>
3938
#include <linux/mmc/slot-gpio.h>
4039

4140
#include "dw_mmc.h"

0 commit comments

Comments
 (0)