]> bbs.cooldavid.org Git - net-next-2.6.git/commit
hwmon: jc42 depends on I2C
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 14 Aug 2010 19:09:01 +0000 (21:09 +0200)
committerJean Delvare <khali@linux-fr.org>
Sat, 14 Aug 2010 19:09:01 +0000 (21:09 +0200)
commit4bd2691d6ce37e04a965eede12dc05dd62d3a294
treee18504f25770242924557e2523afc88fe4c978d0
parent1ad107fd7492d3dd54d9622793f947b0afea5202
hwmon: jc42 depends on I2C

jc42 uses i2c interfaces, so it should depend on I2C.

drivers/hwmon/jc42.c:426: error: implicit declaration of function 'i2c_check_functionality'
drivers/hwmon/jc42.c:521: error: implicit declaration of function 'i2c_smbus_read_word_data'
drivers/hwmon/jc42.c:529: error: implicit declaration of function 'i2c_smbus_write_word_data'
drivers/hwmon/jc42.c:580: error: implicit declaration of function 'i2c_add_driver'
drivers/hwmon/jc42.c:585: error: implicit declaration of function 'i2c_del_driver'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/Kconfig