Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 16 Oct 2002 11:04:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 16 Oct 2002 11:04:08 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:55714 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Wed, 16 Oct 2002 11:04:07 -0400 Date: Wed, 16 Oct 2002 10:09:57 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Roger While cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.43 make modules fail In-Reply-To: <4.3.2.7.2.20021016120554.00c5f2e0@192.168.6.2> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1089 Lines: 28 On Wed, 16 Oct 2002, Roger While wrote: > gcc -Wp,-MD,drivers/isdn/i4l/.isdn_ppp.o.d -D__KERNEL__ -Iinclude -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer > -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 > -march=i686 -Iarch/i386/mach-generic -nostdinc -iwithprefix include > -DMODULE -DKBUILD_BASENAME=isdn_ppp -c -o drivers/isdn/i4l/isdn_ppp.o > drivers/isdn/i4l/isdn_ppp.c > drivers/isdn/i4l/isdn_ppp.c: In function `isdn_ppp_free': > drivers/isdn/i4l/isdn_ppp.c:114: warning: implicit declaration of function > `save_flags' ISDN multilink PPP is currently badly broken, as you noticed you won't even get it to compile. With CONFIG_ISDN_MPP off, things look much better in my tree already. After I submitted my next ISDN update, testing PPP-over-ISDN would be welcome ;) --Kai - 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/