lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 3 Jun 2010 15:50:24 +0400 (MSD)
From:	Alexander Kurz <linux@...la.de>
To:	Randy Dunlap <randy.dunlap@...cle.com>
cc:	Stephen Rothwell <sfr@...b.auug.org.au>,
	Alexander Kurz <linux@...babel.org>,
	linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
	gregkh@...e.de
Subject: [PATCH] staging/comedi: fixing ni_labpc to mite dependancy

Hi,
 the dependancy of ni_labpc on mite was missing,
 it will be fixed with this patch
 thanks for the report,
 Alexander

>From d310498ef2a61057c3f28b10bb417238f33e8265 Mon Sep 17 00:00:00 2001
From: Alexander Kurz <linux@...babel.org>
Date: Thu, 3 Jun 2010 12:00:37 +0200
Subject: [PATCH] staging/comedi: fixing ni_labpc to mite dependancy

Signed-off-by: Alexander Kurz <linux@...babel.org>
---
 drivers/staging/comedi/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/comedi/Kconfig b/drivers/staging/comedi/Kconfig
index 0aa2b0d..79f5f2e 100644
--- a/drivers/staging/comedi/Kconfig
+++ b/drivers/staging/comedi/Kconfig
@@ -1272,6 +1272,7 @@ config COMEDI_NI_TIO
 
 config COMEDI_NI_LABPC
 	tristate "NI Lab-PC and compatibles ISA and PCI support"
+	depends on COMEDI_MITE
 	select COMEDI_8255
 	select COMEDI_FC
 	default N
-- 
1.7.1


On Wed, 2 Jun 2010, Randy Dunlap wrote:
> On Wed, 2 Jun 2010 15:14:39 +1000 Stephen Rothwell wrote:
> > 
> > Changes since 20100601:
> randconfig build ends with:
> 
> ERROR: "mite_list_devices" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined!
> ERROR: "mite_unsetup" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined!
> ERROR: "mite_setup" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined!
> ERROR: "mite_devices" [drivers/staging/comedi/drivers/ni_labpc.ko] undefined!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ