commit | 622dd8ada7cabfff40493aeb923103329dff55c9 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Sep 13 18:21:35 2014 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Sep 16 13:36:05 2014 +0200 |
tree | 81a7ef5589fefafb74069db5b9111eaba5dc059e | |
parent | c7c3597343e2183bae284bcdd089be0be95fddbb [diff] |
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>