diff options
author | Jean Delvare <khali@linux-fr.org> | 2010-10-31 21:06:59 +0100 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2010-10-31 21:06:59 +0100 |
commit | cbf4bd380a9caa72118525eabe7b82c6a3c8da78 (patch) | |
tree | fb9eb94db042226d3f62638c2aa740a85f6d37f6 /include/linux | |
parent | 3985c7ce85039adacdf882904ca096f091d39346 (diff) | |
download | linux-3.10-cbf4bd380a9caa72118525eabe7b82c6a3c8da78.tar.gz linux-3.10-cbf4bd380a9caa72118525eabe7b82c6a3c8da78.tar.bz2 linux-3.10-cbf4bd380a9caa72118525eabe7b82c6a3c8da78.zip |
i2c: Drop unused I2C_CLASS_TV flags
There are no users left for I2C_CLASS_TV_ANALOG and
I2C_CLASS_TV_DIGITAL, so we can get rid of them.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/i2c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h index 1f66fa06a97..889b35abaed 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -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 */ |