u-boot/board/xilinx/common
Venkatesh Yadav Abbarapu faf6a286f1 xilinx: common: Add print_cpuinfo() declaration
cpu-info.c defines print_cpuinfo(), but neglected to
include its declaration, causing the following sparse and
compile time warnings:

board/xilinx/common/cpu-info.c:10:5:
warning: no previous prototype for 'print_cpuinfo'
[-Wmissing-prototypes]

Include init.h, which includes the missing declaration.

Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20221004055053.26047-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
2022-10-10 12:28:08 +02:00
..
board.c xilinx: common: Fix static checker warnings 2022-10-05 11:36:54 +02:00
board.h xilinx: board: Read the whole eeprom not just offset 2020-10-27 08:13:32 +01:00
cpu-info.c xilinx: common: Add print_cpuinfo() declaration 2022-10-10 12:28:08 +02:00
fru.c global: Convert simple_strtoul() with hex to hextoul() 2021-08-02 13:32:14 -04:00
fru.h fru: ops: Add support to read mac addresses from multirecord 2022-03-07 08:48:22 +01:00
fru_ops.c fru: ops: Add support to read mac addresses from multirecord 2022-03-07 08:48:22 +01:00
Makefile xilinx: common: Separate display cpu info function 2022-06-24 14:37:27 +02:00