diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-03-21 00:16:01 -0800 |
|---|---|---|
| committer | Petr Vandrovec <vandrove@vc.cvut.cz> | 2003-03-21 00:16:01 -0800 |
| commit | cacdd414b81e6a556e5d9207e998f08def54466f (patch) | |
| tree | 46ec304b3ec5d8a6d84b42136543604632b6dc6c /include/linux | |
| parent | b56a14716f6c2f356bf3c0b2f71ae4dc6c8c0155 (diff) | |
i2c: Removed the name variable from i2c_client as the dev one should be used instead.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/i2c.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 956627caacea..bc10de846363 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -156,7 +156,6 @@ extern struct bus_type i2c_bus_type; * function is mainly used for lookup & other admin. functions. */ struct i2c_client { - char name[32]; int id; unsigned int flags; /* div., see below */ unsigned int addr; /* chip address - NOTE: 7bit */ |
