Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S272855AbTHPLqL (ORCPT ); Sat, 16 Aug 2003 07:46:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S272858AbTHPLqL (ORCPT ); Sat, 16 Aug 2003 07:46:11 -0400 Received: from mail.suse.de ([213.95.15.193]:2833 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S272855AbTHPLqI (ORCPT ); Sat, 16 Aug 2003 07:46:08 -0400 Date: Sat, 16 Aug 2003 13:44:10 +0200 From: Karsten Keil To: Rusty Russell Cc: Adrian Bunk , isdn4linux@listserv.isdn4linux.de, linux-kernel@vger.kernel.org Subject: Re: [2.6 patch] ISDN PCBIT: #ifdef MODULE some code Message-ID: <20030816114410.GA15437@pingi3.kke.suse.de> Mail-Followup-To: Rusty Russell , Adrian Bunk , isdn4linux@listserv.isdn4linux.de, linux-kernel@vger.kernel.org References: <20030728202500.GM25402@fs.tum.de> <20030815184720.B0E502CE86@lists.samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030815184720.B0E502CE86@lists.samba.org> User-Agent: Mutt/1.4i Organization: SuSE Linux AG X-Operating-System: Linux 2.4.21-0-default i686 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1418 Lines: 41 On Sat, Aug 16, 2003 at 02:51:20AM +1000, Rusty Russell wrote: > In message <20030728202500.GM25402@fs.tum.de> you write: > > I got the following error at the final linkage of 2.6.0-test2 if > > CONFIG_ISDN_DRV_PCBIT is compiled statically: > > > > <-- snip --> > > > > ... > > LD .tmp_vmlinux1 > > ... > > drivers/built-in.o(.exit.text+0xe183): In function `pcbit_exit': > > : undefined reference to `pcbit_terminate' > > make: *** [.tmp_vmlinux1] Error 1 > > AFAICT This is also broken in 2.4.22-rc2, which makes me wonder if > anyone actually cares about this driver? > > Taken anyway, for both. It is used, I got some reports last year (but this card is only sold in Portugal and is expensiv so far I know and so not so much people using this card and linux). Here 2 reasons why such thinks don't matter today: 1. 99% compile the ISDN stuff as module (and some parts are only work as modules) 2. In 2.4 the exit function is removed at compile time, if not compiled as modul. I preparing lot of bugfixes for ISDN and 2.6, but testing needs much time and many things are broken not only at compile time. -- Karsten Keil SuSE Labs ISDN development - 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/