From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from atlrel6.hp.com (atlrel6.hp.com [156.153.255.205]) by dsl2.external.hp.com (Postfix) with ESMTP id 6A91C4829 for ; Wed, 11 Dec 2002 09:54:18 -0700 (MST) To: "Tim Kemna" Cc: parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] another kernel compilation error In-Reply-To: Your message of "Wed, 11 Dec 2002 14:51:44 +0100." <006e01c2a11c$71745200$4fe85982@kabel.utwente.nl> References: <20021211035731.GB9521@systemhalted> <20021211063321.GB10185@systemhalted> <006e01c2a11c$71745200$4fe85982@kabel.utwente.nl> Date: Wed, 11 Dec 2002 09:54:10 -0700 From: Paul Bame Message-Id: <20021211165410.EAD7015192@paul.bame> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > drivers/char/char.o: In function `hp_diva_check': > drivers/char/char.o(.text.hp_diva_check+0x60): undefined reference to > `rs_interrupt' > make: *** [vmlinux] Error 1 > > What am I doing wrong? Probably nothing but I did :-) My Diva changes currently require CONFIG_SERIAL_SHARE_IRQ to be set -- need to fix that. -P