diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-11-30 15:07:07 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-12-07 09:14:29 (GMT) |
commit | 400434537b6c79116dde82899037ae532e81482d (patch) | |
tree | fcf246f56f399f45ea8a75b9971ed8fca00a786e /arch | |
parent | b8a9bebeecbf915f2fecab0cfa90899abd872512 (diff) | |
download | u-boot-400434537b6c79116dde82899037ae532e81482d.tar.xz |
zynq: sdhci: Remove zynq_sdhci_of_init()
Prepare for using DM.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-zynq/include/mach/sys_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/include/mach/sys_proto.h b/arch/arm/mach-zynq/include/mach/sys_proto.h index 9d50e24..151b903 100644 --- a/arch/arm/mach-zynq/include/mach/sys_proto.h +++ b/arch/arm/mach-zynq/include/mach/sys_proto.h @@ -21,7 +21,6 @@ extern unsigned int zynq_get_silicon_version(void); /* Driver extern functions */ extern int zynq_sdhci_init(phys_addr_t regbase); -extern int zynq_sdhci_of_init(const void *blob); extern void ps7_init(void); |