aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-12-12 18:18:28 +0100
committerJean Delvare <khali@arrakis.delvare>2006-12-12 18:18:28 +0100
commit8e9afcbbdef71aeeb510732f4f8d5ac3de863df0 (patch)
tree10659fa4f1bb76d10b0f4c33b13700ec80a093fd /include
parenthwmon/hdaps: Update the list of supported devices (diff)
downloadlinux-dev-8e9afcbbdef71aeeb510732f4f8d5ac3de863df0.tar.xz
linux-dev-8e9afcbbdef71aeeb510732f4f8d5ac3de863df0.zip
hwmon/it87: Remove the SMBus interface support
This interface was useless as the LPC ISA-like interface is always available, is faster, and is more reliable. This cuts the driver size by some 20%. This change is also required to later convert the it87 driver to a platform driver, so that we can get rid of i2c-isa in a near future. Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c-id.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h
index 0a8f750cbede..9dc984b5f897 100644
--- a/include/linux/i2c-id.h
+++ b/include/linux/i2c-id.h
@@ -144,7 +144,6 @@
#define I2C_DRIVERID_MTP008 1023
#define I2C_DRIVERID_DS1621 1024
#define I2C_DRIVERID_ADM1024 1025
-#define I2C_DRIVERID_IT87 1026
#define I2C_DRIVERID_CH700X 1027 /* single driver for CH7003-7009 digital pc to tv encoders */
#define I2C_DRIVERID_FSCPOS 1028
#define I2C_DRIVERID_FSCSCY 1029