]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/i2c.h
i2c: Drop unused I2C_CLASS_TV flags
[net-next-2.6.git] / include / linux / i2c.h
index 1f66fa06a97cae66e39d3ad6f6cef8fc221ea955..889b35abaedac162061d01872237de109d62dbbb 100644 (file)
@@ -407,8 +407,6 @@ void i2c_unlock_adapter(struct i2c_adapter *);
 
 /* i2c adapter classes (bitmask) */
 #define I2C_CLASS_HWMON                (1<<0)  /* lm_sensors, ... */
-#define I2C_CLASS_TV_ANALOG    (1<<1)  /* bttv + friends */
-#define I2C_CLASS_TV_DIGITAL   (1<<2)  /* dvb cards */
 #define I2C_CLASS_DDC          (1<<3)  /* DDC bus on graphics adapters */
 #define I2C_CLASS_SPD          (1<<7)  /* SPD EEPROMs and similar */