mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-10 00:11:37 +02:00
Prototype declaration of I/O operation functions are not correct. as both 'extern' and function definition are at same place. Chage protoype declaration as static. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>