]> Pileus Git - ~andy/linux/blobdiff - include/linux/i2c.h
Merge branch 'x86/urgent' into x86-mm
[~andy/linux] / include / linux / i2c.h
index cd2f75b742ec7e49eab29e21c5b85dc9c1e523af..f1e3ff5880a9f1d6d505f2e1102aeceef10fdb47 100644 (file)
@@ -353,7 +353,6 @@ struct i2c_algorithm {
  */
 struct i2c_adapter {
        struct module *owner;
-       unsigned int id __deprecated;
        unsigned int class;               /* classes to allow probing for */
        const struct i2c_algorithm *algo; /* the algorithm to access the bus */
        void *algo_data;