arm64: zynqmp: Add missing zynq_board_read_rom_ethaddr() prototype
authorMichal Simek <[email protected]>
Mon, 31 Jul 2017 08:37:09 +0000 (10:37 +0200)
committerMichal Simek <[email protected]>
Thu, 14 Dec 2017 19:08:44 +0000 (20:08 +0100)
Add missing zynq_board_read_rom_ethaddr() prototype reported by sparse.

Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Joe Hershberger <[email protected]>
arch/arm/include/asm/arch-zynqmp/sys_proto.h

index f256c7d4a996beecfd9db9eac9af60c37bc74eef..ad2856863363d0ada08d9abcfeeace3826847e14 100644 (file)
@@ -30,6 +30,7 @@ enum {
        TCM_SPLIT,
 };
 
+int zynq_board_read_rom_ethaddr(unsigned char *ethaddr);
 unsigned int zynqmp_get_silicon_version(void);
 
 void psu_init(void);