mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 01:40:53 +07:00
[PATCH] i2c: Drop unused parport i2c IDs
Drop unused i2c-over-parallel-port i2c IDs: * I2C_HW_B_LPC was never actually used as far as I could search. * I2C_HW_B_ELV and I2C_HW_B_VELLE are no more used since the introduction of the unified i2c-parport driver in Linux 2.6.2. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
cd19cc4732
commit
eb00a28ae1
@ -164,10 +164,7 @@
|
|||||||
|
|
||||||
/* --- Bit algorithm adapters */
|
/* --- Bit algorithm adapters */
|
||||||
#define I2C_HW_B_LP 0x010000 /* Parallel port Philips style */
|
#define I2C_HW_B_LP 0x010000 /* Parallel port Philips style */
|
||||||
#define I2C_HW_B_LPC 0x010001 /* Parallel port control reg. */
|
|
||||||
#define I2C_HW_B_SER 0x010002 /* Serial line interface */
|
#define I2C_HW_B_SER 0x010002 /* Serial line interface */
|
||||||
#define I2C_HW_B_ELV 0x010003 /* ELV Card */
|
|
||||||
#define I2C_HW_B_VELLE 0x010004 /* Vellemann K8000 */
|
|
||||||
#define I2C_HW_B_BT848 0x010005 /* BT848 video boards */
|
#define I2C_HW_B_BT848 0x010005 /* BT848 video boards */
|
||||||
#define I2C_HW_B_WNV 0x010006 /* Winnov Videums */
|
#define I2C_HW_B_WNV 0x010006 /* Winnov Videums */
|
||||||
#define I2C_HW_B_VIA 0x010007 /* Via vt82c586b */
|
#define I2C_HW_B_VIA 0x010007 /* Via vt82c586b */
|
||||||
|
Loading…
Reference in New Issue
Block a user