mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
mmc: zynq_sdhci: Remove global pointer
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>
This commit is contained in:
parent
0ef8cd38d0
commit
aeb3c386c8
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue