i2c: made unused function i2c_mux_add_device static
and removed it from the .h file Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
This commit is contained in:

committed by
Heiko Schocher

parent
2c0dc99020
commit
fd03ea8964
@@ -1357,7 +1357,7 @@ U_BOOT_CMD(
|
||||
);
|
||||
|
||||
#if defined(CONFIG_I2C_MUX)
|
||||
int i2c_mux_add_device(I2C_MUX_DEVICE *dev)
|
||||
static int i2c_mux_add_device(I2C_MUX_DEVICE *dev)
|
||||
{
|
||||
I2C_MUX_DEVICE *devtmp = i2c_mux_devices;
|
||||
|
||||
|
Reference in New Issue
Block a user