]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6sxsabresd: Staticize i2c_pad_info1
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 13 Sep 2014 21:21:35 +0000 (18:21 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 22 Sep 2014 13:29:37 +0000 (10:29 -0300)
commit930ed7c6e004d075eef7e0866a9b65cc58b7d6c6
tree8b8ce2ba9fcc4caaca9bf1bb11ea87a47445c1cc
parent38b6f2e5b99fc9534201d61e9cf3ce723a9dd2d6
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