Commit 1f5a2cd5 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

i2c: fix up drivers/ieee1394/pcilynx.c due to previous i2c changes.

parent 2a79de0e
......@@ -138,10 +138,12 @@ static struct i2c_algo_bit_data bit_data = {
};
static struct i2c_adapter bit_ops = {
.name = "PCILynx I2C adapter",
.id = 0xAA, //FIXME: probably we should get an id in i2c-id.h
.client_register = bit_reg,
.client_unregister = bit_unreg,
.dev = {
.name = "PCILynx I2C",
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment