Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755867Ab0LIRiz (ORCPT ); Thu, 9 Dec 2010 12:38:55 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:30405 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754577Ab0LIRiy (ORCPT ); Thu, 9 Dec 2010 12:38:54 -0500 Date: Thu, 9 Dec 2010 09:38:34 -0800 From: Randy Dunlap To: Stephen Rothwell , gregkh , driverdevel Cc: linux-next@vger.kernel.org, LKML , Ben Collins Subject: [PATCH -next] staging: solo6010 depends on I2C Message-Id: <20101209093834.8494cfbf.randy.dunlap@oracle.com> In-Reply-To: <20101209154148.ca4ba4e0.sfr@canb.auug.org.au> References: <20101209154148.ca4ba4e0.sfr@canb.auug.org.au> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1355 Lines: 32 From: Randy Dunlap 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: Greg Kroah-Hartman Cc: Ben Collins --- drivers/staging/solo6x10/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20101209.orig/drivers/staging/solo6x10/Kconfig +++ linux-next-20101209/drivers/staging/solo6x10/Kconfig @@ -1,6 +1,6 @@ config SOLO6X10 tristate "Softlogic 6x10 MPEG codec cards" - depends on PCI && VIDEO_DEV && SND + depends on PCI && VIDEO_DEV && SND && I2C select VIDEOBUF_DMA_SG ---help--- This driver supports the Softlogic based MPEG-4 and h.264 codec -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/