Skip to content

Commit 67e90a7

Browse files
andy-shevstorulf
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 <[email protected]> Reviewed-by: Sam Protsenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 25d0438 commit 67e90a7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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)