Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 12 Oct 2001 04:34:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 12 Oct 2001 04:34:48 -0400 Received: from smtp.alcove.fr ([212.155.209.139]:56328 "EHLO smtp.alcove.fr") by vger.kernel.org with ESMTP id ; Fri, 12 Oct 2001 04:34:33 -0400 Date: Fri, 12 Oct 2001 10:34:33 +0200 From: Stelian Pop To: Eyal Lebedinsky Cc: Linux Kernel Mailing List Subject: Re: 2.4.13-pre1: sonypi.c compile error Message-ID: <20011012103433.A2137@come.alcove-fr> Reply-To: Stelian Pop In-Reply-To: <3BC62542.CDEAAE@eyal.emu.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3BC62542.CDEAAE@eyal.emu.id.au> User-Agent: Mutt/1.3.20i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 12, 2001 at 09:03:30AM +1000, Eyal Lebedinsky wrote: > gcc -D__KERNEL__ -I/data2/usr/local/src/linux-2.4-pre/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer > -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 > -march=i686 -malign-functions=4 -DMODULE -DMODVERSIONS -include > /data2/usr/local/src/linux-2.4-pre/include/linux/modversions.h > -DEXPORT_SYMTAB -c sonypi.c > sonypi.c: In function `sonypi_init_module': > sonypi.c:702: `is_sony_vaio_laptop_R7462d5e4' undeclared (first use in > this function) Just add a extern int is_sony_vaio_laptop; /* set in DMI table parse routines */ line somewhere at the beginning of the file drivers/char/sonypi.c Looks like the driver sync between Linus and Alan was incomplete this time (Linus took the sonypi driver changes but not the dmi_scan routine changes). I won't submit a patch to Linus for now, I'm pretty sure that Alan will take care of this for -pre2. Stelian. -- Stelian Pop |---------------- Free Software Engineer -----------------| | Alc?ve - http://www.alcove.com - Tel: +33 1 49 22 68 00 | |------------- Alc?ve, liberating software ---------------| - 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/