mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (9/9)
Move the definitions of i2c_is_isa_client and i2c_is_isa_adapter from i2c.h to i2c-isa.h. Only hybrid drivers still need them. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
02ff982c69
commit
570aefc361
2 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue