]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/busses/i2c-au1550.c
update from upstream
[linux-2.6-omap-h63xx.git] / drivers / i2c / busses / i2c-au1550.c
index a7ff112e49bf28b5c0aed2ae46a353a9f56bf0bf..d06edce03bf40dd83604708018d4ce5165cd852f 100644 (file)
@@ -283,8 +283,6 @@ au1550_func(struct i2c_adapter *adap)
 }
 
 static struct i2c_algorithm au1550_algo = {
-       .name           = "Au1550 algorithm",
-       .id             = I2C_ALGO_AU1550,
        .master_xfer    = au1550_xfer,
        .functionality  = au1550_func,
 };