Commits
Prabhakar Kushwaha committed 20959471b5d
powerpc: Fix declaration type for I/O functions 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>