commit | 20959471b5d07fdeb8603b918d80385aa2954711 | [log] [tgz] |
---|---|---|
author | Prabhakar Kushwaha <prabhakar@freescale.com> | Tue Apr 10 22:49:12 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 09 22:24:31 2012 +0200 |
tree | d1ff8654443c016b718692bfcb6deaaea33943b0 | |
parent | a16a5cccfb30f4a4bd4c5798d899138250765b38 [diff] |
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>