]> git.baikalelectronics.ru Git - kernel.git/commit
staging: solo6010 depends on I2C
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 9 Dec 2010 17:38:34 +0000 (09:38 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Dec 2010 00:29:49 +0000 (16:29 -0800)
commitd5a85b31ed6e7195648bb9fcdfca1fe91ee6dec1
tree060a16d4ffb4e23083d2f4ffa2168af66f13a928
parentda6b969baf5e922e76e1c0882a4eed131bdd7a96
staging: solo6010 depends on I2C

This driver uses i2c interfaces, so it should depend on I2C
(unless someone wants to break it into pieces or make it more
config-dependent).

drivers/staging/solo6x10/solo6010-i2c.c:47: error: implicit declaration of function 'i2c_transfer'
drivers/staging/solo6x10/solo6010-i2c.c:299: error: implicit declaration of function 'i2c_add_adapter'
drivers/staging/solo6x10/solo6010-i2c.c:310: error: implicit declaration of function 'i2c_del_adapter'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Ben Collins <bcollins@bluecherry.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/solo6x10/Kconfig