Re: [PATCH] Yet more i2c driver changes for 2.5.65

From: Greg KH (greg@kroah.com)
Date: Sun Mar 23 2003 - 03:14:57 EST


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

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

diff -Nru a/drivers/ieee1394/pcilynx.c b/drivers/ieee1394/pcilynx.c
--- a/drivers/ieee1394/pcilynx.c Sun Mar 23 00:10:49 2003
+++ b/drivers/ieee1394/pcilynx.c Sun Mar 23 00:10:49 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/



This archive was generated by hypermail 2b29 : Sun Mar 23 2003 - 22:00:43 EST