diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-07-14 22:38:34 +0200 |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-07-14 22:38:34 +0200 |
commit | f6a7110520037ba786f17b53790c6eb8a3d4ef55 (patch) | |
tree | b26992317518c0aab93e0ec14ebaf990a73a941d /include/linux/i2c-id.h | |
parent | 954a99307f256f1badd751a2e128c09af235c317 (diff) | |
download | talos-obmc-linux-f6a7110520037ba786f17b53790c6eb8a3d4ef55.tar.gz talos-obmc-linux-f6a7110520037ba786f17b53790c6eb8a3d4ef55.zip |
i2c-dev: Delete empty detach_client callback
Implementing detach_client is optional, so there is no point in
an empty implementation.
Likewise, i2c driver IDs are optional, and we don't need one.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'include/linux/i2c-id.h')
-rw-r--r-- | include/linux/i2c-id.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c-id.h b/include/linux/i2c-id.h index 988e566d3ed5..ef13b7c66df3 100644 --- a/include/linux/i2c-id.h +++ b/include/linux/i2c-id.h @@ -91,8 +91,6 @@ #define I2C_DRIVERID_M52790 95 /* Mitsubishi M52790SP/FP AV switch */ #define I2C_DRIVERID_CS5345 96 /* cs5345 audio processor */ -#define I2C_DRIVERID_I2CDEV 900 - #define I2C_DRIVERID_OV7670 1048 /* Omnivision 7670 camera */ /* |