]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/i2c.h
i2c: Drop I2C_CLIENT_INSMOD_1
[net-next-2.6.git] / include / linux / i2c.h
index fb9df1416ad589a9911799094f17b18d5e122691..7178b27146eda9a5318a6437c62e93568178abe6 100644 (file)
@@ -604,11 +604,6 @@ union i2c_smbus_data {
 
 /* These are the ones you want to use in your own drivers. Pick the one
    which matches the number of devices the driver differenciates between. */
-#define I2C_CLIENT_INSMOD
-
-#define I2C_CLIENT_INSMOD_1(chip1)                                     \
-enum chips { any_chip, chip1 }
-
 #define I2C_CLIENT_INSMOD_2(chip1, chip2)                              \
 enum chips { any_chip, chip1, chip2 }