-
由 Nikolaus Voss 提交于
Use device_get_match_data API to simplify access to driver data. Let acpi_device_id table entries point to the same driver data as of_device_id table entries and uniquify access to driver data by using device_get_match_data API. Remove unused i2c_device_id .driver_data fields. Signed-off-by: NNikolaus Voss <nikolaus.voss@loewensteinmedical.de> Reviewed-by: NAndy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: NJonathan Cameron <Jonathan.Cameron@huawei.com>
19868faa