diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-11-30 16:13:03 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-12-07 10:14:29 +0100 |
commit | d9ae52c8f081e30cfceafc0ddb7f29d4ecd36d00 (patch) | |
tree | eeab09faa3c621fb84d59d392774bffe5440daa3 /arch/arm/mach-zynq/include/mach/sys_proto.h | |
parent | 400434537b6c79116dde82899037ae532e81482d (diff) |
zynq: sdhci: Move driver to DM
Move driver to DM
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-zynq/include/mach/sys_proto.h')
-rw-r--r-- | arch/arm/mach-zynq/include/mach/sys_proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-zynq/include/mach/sys_proto.h b/arch/arm/mach-zynq/include/mach/sys_proto.h index 151b903aa1..882beabe13 100644 --- a/arch/arm/mach-zynq/include/mach/sys_proto.h +++ b/arch/arm/mach-zynq/include/mach/sys_proto.h @@ -20,8 +20,6 @@ extern void zynq_ddrc_init(void); extern unsigned int zynq_get_silicon_version(void); /* Driver extern functions */ -extern int zynq_sdhci_init(phys_addr_t regbase); - extern void ps7_init(void); #endif /* _SYS_PROTO_H_ */ |