]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mx6sxsabresd: Staticize i2c_pad_info1
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 13 Sep 2014 21:21:35 +0000 (18:21 -0300)
committerStefano Babic <sbabic@denx.de>
Tue, 16 Sep 2014 11:36:05 +0000 (13:36 +0200)
commitbcaa075a637af55e2d59e7333eddb250758bd545
tree81a7ef5589fefafb74069db5b9111eaba5dc059e
parent08129d618c3906a696bdaf758bd7e923ea43eced
mx6sxsabresd: Staticize i2c_pad_info1

i2c_pad_info1 is only used locally, so it can be made static.

Fix the following sparse warning:

board/freescale/mx6sxsabresd/mx6sxsabresd.c:160:22: warning: symbol 'i2c_pad_info1' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
board/freescale/mx6sxsabresd/mx6sxsabresd.c