From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752180Ab1HHVwF (ORCPT ); Mon, 8 Aug 2011 17:52:05 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43391 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751310Ab1HHVwD (ORCPT ); Mon, 8 Aug 2011 17:52:03 -0400 Date: Mon, 8 Aug 2011 14:51:53 -0700 From: Greg KH To: Randy Dunlap Cc: Linus Torvalds , driverdevel , Linux Kernel Mailing List Subject: Re: Linux 3.1-rc1 (staging/comedi) Message-ID: <20110808215153.GA10848@suse.de> References: <20110808143516.517a40cc.rdunlap@xenotime.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110808143516.517a40cc.rdunlap@xenotime.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 08, 2011 at 02:35:16PM -0700, Randy Dunlap wrote: > on x86_64: > > ERROR: "labpc_1200_is_unipolar" [drivers/staging/comedi/drivers/ni_labpc_cs.ko] undefined! > ERROR: "labpc_1200_ai_gain_bits" [drivers/staging/comedi/drivers/ni_labpc_cs.ko] undefined! > ERROR: "range_labpc_1200_ai" [drivers/staging/comedi/drivers/ni_labpc_cs.ko] undefined! > ERROR: "labpc_common_detach" [drivers/staging/comedi/drivers/ni_labpc_cs.ko] undefined! > ERROR: "labpc_common_attach" [drivers/staging/comedi/drivers/ni_labpc_cs.ko] undefined! > > Full kernel (rand)config is attached. I don't see how this could happen, as you have: CONFIG_COMEDI_NI_LABPC_CS=m CONFIG_COMEDI_NI_LABPC=m set. Those functions are all in drivers/staging/comedi/drivers/ni_labpc.ko, which should have also gotten built, right? totally confused, greg k-h