diff options
author | Jean Delvare <khali@linux-fr.org> | 2005-10-07 18:14:17 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-10-28 17:02:10 -0400 |
commit | d3554b4a2fb0e2229eb0d3fa9ece5b2f0b906d3e (patch) | |
tree | 34015428b2b1eee320130b7fea86504ff41834d0 /include/linux/i2c-algo-pcf.h | |
parent | 862bc36f682b25dd97833f702b4f8c97661b8811 (diff) |
[PATCH] i2c: Drop unused per-i2c-algorithm adapter max
There are no more per-i2c-algorithm adapter max. Last time there were
was in July 1999.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/i2c-algo-pcf.h')
-rw-r--r-- | include/linux/i2c-algo-pcf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c-algo-pcf.h b/include/linux/i2c-algo-pcf.h index a0e534b334a9..18b0adf57a3d 100644 --- a/include/linux/i2c-algo-pcf.h +++ b/include/linux/i2c-algo-pcf.h | |||
@@ -39,8 +39,6 @@ struct i2c_algo_pcf_data { | |||
39 | int timeout; | 39 | int timeout; |
40 | }; | 40 | }; |
41 | 41 | ||
42 | #define I2C_PCF_ADAP_MAX 16 | ||
43 | |||
44 | int i2c_pcf_add_bus(struct i2c_adapter *); | 42 | int i2c_pcf_add_bus(struct i2c_adapter *); |
45 | int i2c_pcf_del_bus(struct i2c_adapter *); | 43 | int i2c_pcf_del_bus(struct i2c_adapter *); |
46 | 44 | ||