projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef8cd3
)
mmc: zynq_sdhci: Remove global pointer
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 16 Apr 2020 12:48:44 +0000
(14:48 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 24 Jun 2020 11:07:57 +0000
(13:07 +0200)
Driver is not calling gd anywhere that's why there is not need to define
it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mmc/zynq_sdhci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/zynq_sdhci.c
b/drivers/mmc/zynq_sdhci.c
index de404aa9560d61378c9c150d83260c0ce8cd2773..43b9f215229af352e5b0166e7d9be9f2f6515eb8 100644
(file)
--- a/
drivers/mmc/zynq_sdhci.c
+++ b/
drivers/mmc/zynq_sdhci.c
@@
-19,8
+19,6
@@
#include <sdhci.h>
#include <zynqmp_tap_delay.h>
-DECLARE_GLOBAL_DATA_PTR;
-
struct arasan_sdhci_plat {
struct mmc_config cfg;
struct mmc mmc;