efi_loader: disk: add efi_disk_is_system_part()
[oweals/u-boot.git] / cmd / eeprom.c
index 667149e2d45b2490dc670bc263626f757bccc088..792415ef93b6848b7348611de7da436624127e76 100644 (file)
@@ -61,7 +61,7 @@
 #endif
 
 #if defined(CONFIG_DM_I2C)
-int eeprom_i2c_bus;
+static int eeprom_i2c_bus;
 #endif
 
 __weak int eeprom_write_enable(unsigned dev_addr, int state)