From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Antonino A. Daplas" Subject: Re: drivers/video/nvidia/ compile error with PPC_OF=y, FB_OF=n Date: Sat, 12 Nov 2005 13:00:35 +0800 Message-ID: <437576F3.7050309@pol.net> References: <20051112041649.GU5376@stusta.de> Reply-To: linux-fbdev-devel@lists.sourceforge.net Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1EanVV-0005Sa-5f for linux-fbdev-devel@lists.sourceforge.net; Fri, 11 Nov 2005 21:00:53 -0800 Received: from zproxy.gmail.com ([64.233.162.195]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1EanVQ-000859-Up for linux-fbdev-devel@lists.sourceforge.net; Fri, 11 Nov 2005 21:00:53 -0800 Received: by zproxy.gmail.com with SMTP id z3so514946nzf for ; Fri, 11 Nov 2005 21:00:47 -0800 (PST) In-Reply-To: <20051112041649.GU5376@stusta.de> Sender: linux-fbdev-devel-admin@lists.sourceforge.net Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Adrian Bunk Cc: linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Adrian Bunk wrote: > I got the following compile error in 2.6.14-mm2 that seems to come from > Linus' tree: > > <-- snip --> > > ... > CC [M] drivers/video/nvidia/nv_of.o > drivers/video/nvidia/nv_of.c:33: error: redefinition of 'nvidia_probe_of_connector' > drivers/video/nvidia/nv_proto.h:51: error: previous definition of 'nvidia_probe_of_connector' was here > make[3]: *** [drivers/video/nvidia/nv_of.o] Error 1 > Yes, akpm already made a fix for this. Tony ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932073AbVKLFAs (ORCPT ); Sat, 12 Nov 2005 00:00:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932076AbVKLFAs (ORCPT ); Sat, 12 Nov 2005 00:00:48 -0500 Received: from zproxy.gmail.com ([64.233.162.198]:26814 "EHLO zproxy.gmail.com") by vger.kernel.org with ESMTP id S932073AbVKLFAr (ORCPT ); Sat, 12 Nov 2005 00:00:47 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=aRKN5GszfHZwVp7+FhxG+cJ1meDNVivJtBQzhtat+0zZugQ8cFIcySWxI8jFgNHicFGb4m1SYZxqt5ziYc0dc1oY6e4J4dy9I26cis/u7mozILANCMGk7VJQ23K8m0PbY93V4QYAi8Sjzw1rMyWepBONX1SxuP34TTOsdC7OBFQ= Message-ID: <437576F3.7050309@pol.net> Date: Sat, 12 Nov 2005 13:00:35 +0800 User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050715) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adrian Bunk CC: linux-fbdev-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: drivers/video/nvidia/ compile error with PPC_OF=y, FB_OF=n References: <20051112041649.GU5376@stusta.de> In-Reply-To: <20051112041649.GU5376@stusta.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: "Antonino A. Daplas" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Adrian Bunk wrote: > I got the following compile error in 2.6.14-mm2 that seems to come from > Linus' tree: > > <-- snip --> > > ... > CC [M] drivers/video/nvidia/nv_of.o > drivers/video/nvidia/nv_of.c:33: error: redefinition of 'nvidia_probe_of_connector' > drivers/video/nvidia/nv_proto.h:51: error: previous definition of 'nvidia_probe_of_connector' was here > make[3]: *** [drivers/video/nvidia/nv_of.o] Error 1 > Yes, akpm already made a fix for this. Tony