diff options
author | Jean Delvare <khali@linux-fr.org> | 2007-07-08 08:26:37 -0400 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-07-19 14:25:20 -0400 |
commit | e24b8cb4fa2bb779bdf48656152366b6f52f748f (patch) | |
tree | 13cb838a2dd364b0453061f038cf62b118585d03 /include/linux/i2c.h | |
parent | c182f5bbfb399b1fa2ad65107b3caf9c1c69435e (diff) |
i2c: Delete the i2c-isa pseudo bus driver
There are no users of i2c-isa left, so we can finally get rid of it.
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 cae7d618030c..47f40376a3c7 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h | |||
@@ -362,7 +362,6 @@ struct i2c_client_address_data { | |||
362 | 362 | ||
363 | /* The numbers to use to set I2C bus address */ | 363 | /* The numbers to use to set I2C bus address */ |
364 | #define ANY_I2C_BUS 0xffff | 364 | #define ANY_I2C_BUS 0xffff |
365 | #define ANY_I2C_ISA_BUS 9191 | ||
366 | 365 | ||
367 | 366 | ||
368 | /* ----- functions exported by i2c.o */ | 367 | /* ----- functions exported by i2c.o */ |