|
|
@@ -676,7 +676,7 @@ static inline int i2c_acpi_install_space_handler(struct i2c_adapter *adapter)
|
|
|
|
|
|
/* ------------------------------------------------------------------------- */
|
|
|
|
|
|
-static const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,
|
|
|
+const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,
|
|
|
const struct i2c_client *client)
|
|
|
{
|
|
|
if (!(id && client))
|
|
|
@@ -689,6 +689,7 @@ static const struct i2c_device_id *i2c_match_id(const struct i2c_device_id *id,
|
|
|
}
|
|
|
return NULL;
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(i2c_match_id);
|
|
|
|
|
|
static int i2c_device_match(struct device *dev, struct device_driver *drv)
|
|
|
{
|