Re: [PATCH] i2c driver changes for 2.5.66

Greg KH (greg@kroah.com)
Mon, 24 Mar 2003 17:38 -0800


ChangeSet 1.889.355.16, 2003/03/22 23:29:40-08:00, greg@kroah.com

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

drivers/ieee1394/pcilynx.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)

diff -Nru a/drivers/ieee1394/pcilynx.c b/drivers/ieee1394/pcilynx.c
--- a/drivers/ieee1394/pcilynx.c Mon Mar 24 17:27:16 2003
+++ b/drivers/ieee1394/pcilynx.c Mon Mar 24 17:27:16 2003
@@ -138,10 +138,12 @@
};

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",
+ },
};


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/