]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/busses/i2c-stub.c
i2c: __must_check fixes (core drivers)
[linux-2.6-omap-h63xx.git] / drivers / i2c / busses / i2c-stub.c
index 00d94e886955eb9b4374e2d8bd07dcab1ba5d04b..73f481e93a36458c3040e391d3a16ac649d9affd 100644 (file)
@@ -109,8 +109,6 @@ static u32 stub_func(struct i2c_adapter *adapter)
 }
 
 static struct i2c_algorithm smbus_algorithm = {
-       .name           = "Non-I2C SMBus adapter",
-       .id             = I2C_ALGO_SMBUS,
        .functionality  = stub_func,
        .smbus_xfer     = stub_xfer,
 };