Skip to content

Commit

Permalink
i2c-cpm: Suppress autoprobing for devices
Browse files Browse the repository at this point in the history
Similar to commit 618b26d, also remove
automatic probing for this i2c controller. Might need updates to dts files
using it.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Wolfram Sang authored and Kumar Gala committed Oct 21, 2008
1 parent 1369033 commit 0a346da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/i2c/busses/i2c-cpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ static const struct i2c_adapter cpm_ops = {
.owner = THIS_MODULE,
.name = "i2c-cpm",
.algo = &cpm_i2c_algo,
.class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
};

static int __devinit cpm_i2c_setup(struct cpm_i2c *cpm)
Expand Down

0 comments on commit 0a346da

Please sign in to comment.