[PATCH] I2C: Kill i2c_algorithm.name (1/7)
authorJean Delvare <khali@linux-fr.org>
Thu, 11 Aug 2005 21:33:24 +0000 (23:33 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:14:27 +0000 (09:14 -0700)
The name member of the i2c_algorithm is never used, although all
drivers conscientiously fill it. We can drop it completely, this
structure doesn't need to have a name.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found