i2c: Add support for device alias names
[deliverable/linux.git] / drivers / i2c / chips / ds1682.c
index 9e94542c18a2bc57abd22d05c17c0b04955fe7c3..3070821030e46f20ef7bc91d3937aa427905e11f 100644 (file)
@@ -200,7 +200,8 @@ static struct bin_attribute ds1682_eeprom_attr = {
 /*
  * Called when a ds1682 device is matched with this driver
  */
-static int ds1682_probe(struct i2c_client *client)
+static int ds1682_probe(struct i2c_client *client,
+                       const struct i2c_device_id *id)
 {
        int rc;
 
This page took 0.029211 seconds and 5 git commands to generate.