From: Randy Dunlap Date: Thu, 9 Dec 2010 17:38:34 +0000 (-0800) Subject: staging: solo6010 depends on I2C X-Git-Tag: v2.6.38-rc1~423^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372058f1b4b3603a7e0c26f38d6eb20a3dd8c453;p=pandora-kernel.git 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 Cc: Ben Collins Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed