diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2019-05-24 15:40:01 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-07-30 10:20:06 +0200 |
commit | 04d2b0c7c2e518c1d44a1347e709af004708dce4 (patch) | |
tree | 422472ba610099849ee4aae2a278bcfb0eb29dc1 /lib/tpm-v2.c | |
parent | 4f4b56205ec0ad76f001fef19709e9e1014b2e5f (diff) | |
download | u-boot-04d2b0c7c2e518c1d44a1347e709af004708dce4.tar.gz u-boot-04d2b0c7c2e518c1d44a1347e709af004708dce4.tar.xz u-boot-04d2b0c7c2e518c1d44a1347e709af004708dce4.zip |
arm64: zynqmp: xil_io.h: declare functions as static
Fixes sparse warnings when building zynqmp defconfigs:
./board/xilinx/zynqmp/xil_io.h:12:6: warning: symbol 'Xil_Out32' was not declared. Should it be static?
./board/xilinx/zynqmp/xil_io.h:17:5: warning: symbol 'Xil_In32' was not declared. Should it be static?
./board/xilinx/zynqmp/xil_io.h:22:6: warning: symbol 'usleep' was not declared. Should it be static?
Also add __maybe_unused to usleep() since it is not used by minimized
psu_init_gpl.c files, so it would warn as "defined but not used".
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'lib/tpm-v2.c')
0 files changed, 0 insertions, 0 deletions