Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262171AbTIMTQD (ORCPT ); Sat, 13 Sep 2003 15:16:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262172AbTIMTQD (ORCPT ); Sat, 13 Sep 2003 15:16:03 -0400 Received: from mikonos.cyclades.com.br ([200.230.227.67]:6408 "EHLO firewall.cyclades.com.br") by vger.kernel.org with ESMTP id S262171AbTIMTQA (ORCPT ); Sat, 13 Sep 2003 15:16:00 -0400 Date: Sat, 13 Sep 2003 16:16:41 -0300 (BRT) From: Marcelo Tosatti X-X-Sender: marcelo@logos.cnet To: Geert Uytterhoeven cc: Eyal Lebedinsky , =?ISO-8859-15?Q?Dani=EBl_Mantione?= , Marcelo Tosatti , Linux Kernel Development Subject: Re: Linux 2.4.23-pre4: failed at atyfb_base.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1669 Lines: 45 On Sat, 13 Sep 2003, Geert Uytterhoeven wrote: > On Sat, 13 Sep 2003, Eyal Lebedinsky wrote: > > Marcelo Tosatti wrote: > > > Here goes -pre4, which contains networking update, IA64 update, PPC > > > update, USB update, bunch of knfsd fixes, amongst others. > > gcc -D__KERNEL__ -I/data2/usr/local/src/linux-2.4-pre/include -Wall > > -Wstrict-pro > > totypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > > -fomit-frame-pointer > > -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 > > -DMODULE -DM > > ODVERSIONS -include > > /data2/usr/local/src/linux-2.4-pre/include/linux/modversions > > .h -nostdinc -iwithprefix include -DKBUILD_BASENAME=atyfb_base > > -DEXPORT_SYMTAB > > -c atyfb_base.c > > atyfb_base.c: In function `aty_set_crtc': > > atyfb_base.c:501: warning: passing arg 2 of `aty_st_lcd' makes integer > > from pointer without a cast > > atyfb_base.c:501: too few arguments to function `aty_st_lcd' > > atyfb_base.c:504: warning: passing arg 2 of `aty_st_lcd' makes integer > > from pointer without a cast > > atyfb_base.c:504: too few arguments to function `aty_st_lcd' > > make[3]: *** [atyfb_base.o] Error 1 > > make[3]: Leaving directory > > `/data2/usr/local/src/linux-2.4-pre/drivers/video/aty' > > > > I now disabled CONFIG_FB_ATY_GENERIC_LCD and it builds. > > Apparently Dani?l didn't sent the latest version to Marcelo? > > Here are some fixes: Applied, Thanks. - 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/