Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 20 Dec 2002 13:08:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 20 Dec 2002 13:08:40 -0500 Received: from phoenix.mvhi.com ([195.224.96.167]:62724 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Fri, 20 Dec 2002 13:08:38 -0500 Date: Fri, 20 Dec 2002 18:16:37 +0000 (GMT) From: James Simmons To: Gergely Nagy cc: linux-fbdev-devel@lists.sourceforge.net, Subject: Re: [Linux-fbdev-devel] [PATCH][TRIVIAL] drivers/video/tdfxfb.c compile failure (Linux 2.5.52) In-Reply-To: <83fzstnas3.wl@iluvatar.ath.cx> 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: 1448 Lines: 36 Thank you. I have other changes as well coming for this driver. > > drivers/video/tdfxfb.c does not compile, because banshee_wait_idle() > is used before declaration. A simple fix follows: > > --- linux-2.5.52/drivers/video/tdfxfb.c.old 2002-12-19 18:55:03.000000000 +0100 > +++ linux-2.5.52/drivers/video/tdfxfb.c 2002-12-19 18:56:25.000000000 +0100 > @@ -166,6 +166,7 @@ > static void tdfxfb_copyarea(struct fb_info *info, struct fb_copyarea *area); > static void tdfxfb_imageblit(struct fb_info *info, struct fb_image *image); > static int tdfxfb_cursor(struct fb_info *info, struct fb_cursor *cursor); > +static inline void banshee_wait_idle(struct fb_info *info); > > static struct fb_ops tdfxfb_ops = { > .owner = THIS_MODULE, > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: Geek Gift Procrastinating? > Get the perfect geek gift now! Before the Holidays pass you by. > T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ > _______________________________________________ > Linux-fbdev-devel mailing list > Linux-fbdev-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel > - 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/