diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-03-20 14:50:53 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-03-20 14:50:53 +0100 |
commit | c185a9420bd1c645252249018e6887a968d3e1de (patch) | |
tree | 1777ff0e774382d4d3c5aadb29431026d7275b9a /include/linux/i2c.h | |
parent | fe6fc25857d293546bd400432cdb77866c797c9b (diff) | |
download | linux-stable-c185a9420bd1c645252249018e6887a968d3e1de.tar.gz linux-stable-c185a9420bd1c645252249018e6887a968d3e1de.tar.bz2 linux-stable-c185a9420bd1c645252249018e6887a968d3e1de.zip |
i2c: Drop i2c_adapter.id
There is no user left of i2c_adapter.id, so we can get rid of it.
Finally! :)
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include/linux/i2c.h')
-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 cd2f75b742ec..f1e3ff5880a9 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -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; |