diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-16 13:33:14 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-08-16 13:33:14 +0200 |
commit | 4a0132136258611e6d3bc1dbe7411503faa638ad (patch) | |
tree | 29b9fdd639097912363be70a9ce89b43d30cc108 | |
parent | 59bb2ab87f97424a41cf69511ff79ae8a5ea08b9 (diff) | |
download | mediapointer-dvb-s2-4a0132136258611e6d3bc1dbe7411503faa638ad.tar.gz mediapointer-dvb-s2-4a0132136258611e6d3bc1dbe7411503faa638ad.tar.bz2 |
i2c-id: remove obsolete SAB3036 driver ID
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r-- | linux/include/linux/i2c-id.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/include/linux/i2c-id.h b/linux/include/linux/i2c-id.h index 4862398e0..bc35aec9d 100644 --- a/linux/include/linux/i2c-id.h +++ b/linux/include/linux/i2c-id.h @@ -42,7 +42,6 @@ #define I2C_DRIVERID_MGATVO 23 /* Matrox TVOut */ #define I2C_DRIVERID_SAA5249 24 /* SAA5249 and compatibles */ #define I2C_DRIVERID_PCF8583 25 /* real time clock */ -#define I2C_DRIVERID_SAB3036 26 /* SAB3036 tuner */ #define I2C_DRIVERID_TDA7432 27 /* Stereo sound processor */ #define I2C_DRIVERID_TVMIXER 28 /* Mixer driver for tv cards */ #define I2C_DRIVERID_TVAUDIO 29 /* Generic TV sound driver */ |