diff options
author | Jean Delvare <khali@linux-fr.org> | 2006-12-10 21:21:33 +0100 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2006-12-10 21:21:33 +0100 |
commit | 3269711b76ba27b78862c48398b0d313ccaa99c2 (patch) | |
tree | fcd2daf3af9b20bb72ba28555cac1995312309c5 /include/linux/i2c-algo-sgi.h | |
parent | 6b65cd742823f78a6538491982159098ab5fcae1 (diff) | |
download | talos-obmc-linux-3269711b76ba27b78862c48398b0d313ccaa99c2.tar.gz talos-obmc-linux-3269711b76ba27b78862c48398b0d313ccaa99c2.zip |
i2c: Discard the i2c algo del_bus wrappers
They are all only calling i2c_del_adapter, so we may as well do
it directly.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include/linux/i2c-algo-sgi.h')
-rw-r--r-- | include/linux/i2c-algo-sgi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c-algo-sgi.h b/include/linux/i2c-algo-sgi.h index 4a0113d64064..3b7715024e69 100644 --- a/include/linux/i2c-algo-sgi.h +++ b/include/linux/i2c-algo-sgi.h @@ -22,6 +22,5 @@ struct i2c_algo_sgi_data { }; int i2c_sgi_add_bus(struct i2c_adapter *); -int i2c_sgi_del_bus(struct i2c_adapter *); #endif /* I2C_ALGO_SGI_H */ |