summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean Delvare2005-11-26 20:24:59 +0100
committerGreg Kroah-Hartman2006-01-06 07:16:21 +0100
commitff179c8cf5caa17bf3d407edbb5872aa2eee6900 (patch)
treeac10dc7a3c5be7f8cd1d88736cf508600c19b8d7 /include
parent[PATCH] hwmon: New vt8231 driver (diff)
downloadkernel-qcow2-linux-ff179c8cf5caa17bf3d407edbb5872aa2eee6900.tar.gz
kernel-qcow2-linux-ff179c8cf5caa17bf3d407edbb5872aa2eee6900.tar.xz
kernel-qcow2-linux-ff179c8cf5caa17bf3d407edbb5872aa2eee6900.zip
[PATCH] i2c: Drop i2c_driver.flags, 1 of 3
The I2C_DF_DUMMY flag is gone since 2.5.70, it's about time to drop all ifdef'd out references thereto. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/i2c.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 5e19a7ba69b2..0316ba1294ca 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -252,11 +252,6 @@ static inline void i2c_set_adapdata (struct i2c_adapter *dev, void *data)
/*flags for the driver struct: */
#define I2C_DF_NOTIFY 0x01 /* notify on bus (de/a)ttaches */
-#if 0
-/* this flag is gone -- there is a (optional) driver->detach_adapter
- * callback now which can be used instead */
-# define I2C_DF_DUMMY 0x02
-#endif
/*flags for the client struct: */
#define I2C_CLIENT_ALLOW_USE 0x01 /* Client allows access */