File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,6 @@ static inline bool i2c_detect_slave_mode(struct device *dev) { return false; }
405
405
* @addr: stored in i2c_client.addr
406
406
* @dev_name: Overrides the default <busnr>-<addr> dev_name if set
407
407
* @platform_data: stored in i2c_client.dev.platform_data
408
- * @of_node: **DEPRECATED** - use @fwnode for this
409
408
* @fwnode: device node supplied by the platform firmware
410
409
* @swnode: software node for the device
411
410
* @resources: resources associated with the device
@@ -429,7 +428,6 @@ struct i2c_board_info {
429
428
unsigned short addr ;
430
429
const char * dev_name ;
431
430
void * platform_data ;
432
- struct device_node * of_node ;
433
431
struct fwnode_handle * fwnode ;
434
432
const struct software_node * swnode ;
435
433
const struct resource * resources ;
You can’t perform that action at this time.
0 commit comments