···585585586586----------------------------587587588588-What: i2c_adapter.id589589-When: June 2011590590-Why: This field is deprecated. I2C device drivers shouldn't change their591591- behavior based on the underlying I2C adapter. Instead, the I2C592592- adapter driver should instantiate the I2C devices and provide the593593- needed platform-specific information.594594-Who: Jean Delvare <khali@linux-fr.org>595595-596596-----------------------------597597-598588What: cancel_rearming_delayed_work[queue]()599589When: 2.6.39600590
-1
include/linux/i2c.h
···353353 */354354struct i2c_adapter {355355 struct module *owner;356356- unsigned int id __deprecated;357356 unsigned int class; /* classes to allow probing for */358357 const struct i2c_algorithm *algo; /* the algorithm to access the bus */359358 void *algo_data;