From patchwork Thu Dec 30 18:23:41 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 5356 Return-path: Envelope-to: mchehab@gaivota Delivery-date: Thu, 30 Dec 2010 16:32:24 -0200 Received: from mchehab by gaivota with local (Exim 4.72) (envelope-from ) id 1PYNIV-00074e-MS for mchehab@gaivota; Thu, 30 Dec 2010 16:32:24 -0200 Received: from casper.infradead.org [85.118.1.10] by gaivota with IMAP (fetchmail-6.3.17) for (single-drop); Thu, 30 Dec 2010 16:32:23 -0200 (BRST) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1PYNCf-00079s-Qw; Thu, 30 Dec 2010 18:26:22 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755129Ab0L3SZh (ORCPT + 1 other); Thu, 30 Dec 2010 13:25:37 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:49590 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755112Ab0L3SZf (ORCPT ); Thu, 30 Dec 2010 13:25:35 -0500 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oBUIP5f8022871 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 30 Dec 2010 18:25:06 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oBUHTrMI019059; Thu, 30 Dec 2010 18:25:04 GMT Received: from abhmt007.oracle.com by acsmt354.oracle.com with ESMTP id 890601621293733423; Thu, 30 Dec 2010 10:23:43 -0800 Received: from chimera.site (/173.50.240.230) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 30 Dec 2010 10:23:43 -0800 Date: Thu, 30 Dec 2010 10:23:41 -0800 From: Randy Dunlap To: Stephen Rothwell , Mauro Carvalho Chehab Cc: linux-next@vger.kernel.org, LKML , linux-media@vger.kernel.org Subject: [PATCH -next] staging: se401 depends on USB Message-Id: <20101230102341.a83e441f.randy.dunlap@oracle.com> In-Reply-To: <20101230125819.351debfc.sfr@canb.auug.org.au> References: <20101230125819.351debfc.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 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Mauro Carvalho Chehab From: Randy Dunlap Fix build errors by adding "depends on USB": ERROR: "usb_register_driver" [drivers/staging/se401/se401.ko] undefined! ERROR: "usb_alloc_urb" [drivers/staging/se401/se401.ko] undefined! ERROR: "usb_submit_urb" [drivers/staging/se401/se401.ko] undefined! ERROR: "usb_control_msg" [drivers/staging/se401/se401.ko] undefined! ERROR: "usb_free_urb" [drivers/staging/se401/se401.ko] undefined! ERROR: "usb_kill_urb" [drivers/staging/se401/se401.ko] undefined! ERROR: "usb_deregister" [drivers/staging/se401/se401.ko] undefined! Signed-off-by: Randy Dunlap --- drivers/staging/se401/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-next-20101230.orig/drivers/staging/se401/Kconfig +++ linux-next-20101230/drivers/staging/se401/Kconfig @@ -1,6 +1,6 @@ config USB_SE401 tristate "USB SE401 Camera support (DEPRECATED)" - depends on VIDEO_DEV && VIDEO_V4L2_COMMON + depends on VIDEO_DEV && VIDEO_V4L2_COMMON && USB ---help--- Say Y here if you want to connect this type of camera to your computer's USB port. See