|
|
@@ -394,7 +394,6 @@ static inline bool i2c_detect_slave_mode(struct device *dev) { return false; }
|
|
|
* @addr: stored in i2c_client.addr
|
|
|
* @dev_name: Overrides the default <busnr>-<addr> dev_name if set
|
|
|
* @platform_data: stored in i2c_client.dev.platform_data
|
|
|
- * @archdata: copied into i2c_client.dev.archdata
|
|
|
* @of_node: pointer to OpenFirmware device node
|
|
|
* @fwnode: device node supplied by the platform firmware
|
|
|
* @properties: additional device properties for the device
|
|
|
@@ -419,7 +418,6 @@ struct i2c_board_info {
|
|
|
unsigned short addr;
|
|
|
const char *dev_name;
|
|
|
void *platform_data;
|
|
|
- struct dev_archdata *archdata;
|
|
|
struct device_node *of_node;
|
|
|
struct fwnode_handle *fwnode;
|
|
|
const struct property_entry *properties;
|