From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 16 May 2001 12:47:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 16 May 2001 12:47:04 -0400 Received: from c1473286-a.stcla1.sfba.home.com ([24.176.137.160]:36868 "HELO ocean.lucon.org") by vger.kernel.org with SMTP id ; Wed, 16 May 2001 12:46:54 -0400 Date: Wed, 16 May 2001 09:46:51 -0700 From: "H . J . Lu" To: Geert Uytterhoeven Cc: linux kernel Subject: Re: PATCH: export linux_logo_bw for hgafb.c Message-ID: <20010516094651.A2946@lucon.org> In-Reply-To: <20010515160232.A19573@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from geert@linux-m68k.org on Wed, May 16, 2001 at 03:41:40PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 16, 2001 at 03:41:40PM +0200, Geert Uytterhoeven wrote: > On Tue, 15 May 2001, H . J . Lu wrote: > > Here is a patch for 2.4.4. linux_logo_bw is used in hgafb.c, which > > can be compiled as a module. But linux_logo_bw is not exported. > > > > linux_logo_bw is __initdata. > How about this patch? H.J. --- --- linux-2.4.4-ac9/drivers/video/fbcon.c.logo Wed May 16 09:40:33 2001 +++ linux-2.4.4-ac9/drivers/video/fbcon.c Wed May 16 09:41:12 2001 @@ -97,6 +97,7 @@ #include #endif #define INCLUDE_LINUX_LOGO_DATA +#define INCLUDE_LINUX_LOGOBW #include #include