]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/i2c.h
[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (9/9)
[mv-sheeva.git] / include / linux / i2c.h
index 39ff363eadec2d245f97e1c3710091ee019fa98d..da4faa016b171470ba4bff943903b6a67b0cace0 100644 (file)
@@ -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 */