Loading include/linux/i2c-isa.h +7 −0 Original line number Diff line number Diff line Loading @@ -26,4 +26,11 @@ extern int i2c_isa_add_driver(struct i2c_driver *driver); extern int i2c_isa_del_driver(struct i2c_driver *driver); /* Detect whether we are on the isa bus. This is only useful to hybrid (i2c+isa) drivers. */ #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_ISA_H */ include/linux/i2c.h +0 −7 Original line number Diff line number Diff line Loading @@ -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 */ Loading
include/linux/i2c-isa.h +7 −0 Original line number Diff line number Diff line Loading @@ -26,4 +26,11 @@ extern int i2c_isa_add_driver(struct i2c_driver *driver); extern int i2c_isa_del_driver(struct i2c_driver *driver); /* Detect whether we are on the isa bus. This is only useful to hybrid (i2c+isa) drivers. */ #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_ISA_H */
include/linux/i2c.h +0 −7 Original line number Diff line number Diff line Loading @@ -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 */