|
@@ -580,11 +580,4 @@ union i2c_smbus_data {
|
|
|
.force = force, \
|
|
|
}
|
|
|
|
|
|
-/* Detect whether we are on the isa bus. If this returns true, all i2c
|
|
|
- access will fail! */
|
|
|
-#define i2c_is_isa_client(clientptr) \
|
|
|
- ((clientptr)->adapter->algo->id == I2C_ALGO_ISA)
|
|
|
-#define i2c_is_isa_adapter(adapptr) \
|
|
|
- ((adapptr)->algo->id == I2C_ALGO_ISA)
|
|
|
-
|
|
|
#endif /* _LINUX_I2C_H */
|