Skip to content
Snippets Groups Projects
Commit 96b96adf authored by Michal Simek's avatar Michal Simek
Browse files

arm: zynq: Add missing ps7_post_config declaration


Add missing declaration to header.

Warning log:
arch/arm/mach-zynq/spl.c:94:12: warning: symbol 'ps7_post_config' was
not declared. Should it be static?

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 89ce5a9d
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,6 @@ int zynq_board_read_rom_ethaddr(unsigned char *ethaddr);
/* Driver extern functions */
extern void ps7_init(void);
int ps7_post_config(void);
#endif /* _SYS_PROTO_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment