]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mx6sxsabresd/mx6sxsabresd.c
mx6sxsabresd: Staticize i2c_pad_info1
[karo-tx-uboot.git] / board / freescale / mx6sxsabresd / mx6sxsabresd.c
index 5eaec1bdb1b867ded38f67b90c36e93ead734b2a..68d37184a3399b59c0e8f136044cdfddc1908e2e 100644 (file)
@@ -157,7 +157,7 @@ int board_eth_init(bd_t *bis)
 
 #define PC MUX_PAD_CTRL(I2C_PAD_CTRL)
 /* I2C1 for PMIC */
-struct i2c_pads_info i2c_pad_info1 = {
+static struct i2c_pads_info i2c_pad_info1 = {
        .scl = {
                .i2c_mode = MX6_PAD_GPIO1_IO00__I2C1_SCL | PC,
                .gpio_mode = MX6_PAD_GPIO1_IO00__GPIO1_IO_0 | PC,