提交 b00bad9d 编写于 作者: M Michal Simek

spi: zynqmp: Remove gd reference

gd is not used in this file that's why doesn't make sense to declare it.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 0a9f0e0d
......@@ -10,7 +10,6 @@
#include <log.h>
#include <asm/arch/sys_proto.h>
#include <asm/cache.h>
#include <asm/global_data.h>
#include <asm/io.h>
#include <clk.h>
#include <dm.h>
......@@ -156,8 +155,6 @@ struct zynqmp_qspi_dma_regs {
u32 dmadstmsb; /* 0x28 */
};
DECLARE_GLOBAL_DATA_PTR;
struct zynqmp_qspi_plat {
struct zynqmp_qspi_regs *regs;
struct zynqmp_qspi_dma_regs *dma_regs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册