From ed6dd4e460bd94150dc09fce547a27e2fcca66eb Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Fri, 28 Feb 2020 22:04:13 +0900 Subject: misc: i2c_eeprom: remove pagewidth field from i2c_eeprom This struct member is not used in any effective way. Remove it. Signed-off-by: Masahiro Yamada --- include/i2c_eeprom.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/i2c_eeprom.h') diff --git a/include/i2c_eeprom.h b/include/i2c_eeprom.h index b96254ae79f..cd620d519fc 100644 --- a/include/i2c_eeprom.h +++ b/include/i2c_eeprom.h @@ -16,8 +16,6 @@ struct i2c_eeprom_ops { struct i2c_eeprom { /* The EEPROM's page size in byte */ unsigned long pagesize; - /* The EEPROM's page width in bits (pagesize = 2^pagewidth) */ - unsigned pagewidth; /* The EEPROM's capacity in bytes */ unsigned long size; }; -- cgit v1.2.3