Re: fbcon Makefile-errors[FIXED]

James Simmons (jsimmons@edgeglobal.com)
Sun, 21 Nov 1999 10:47:11 -0500 (EST)


Thank you. I apologize for the careless mistake :(

"Testing? What testing? If it compiles it's great, if it boots it's
perfect."

On Sun, 21 Nov 1999, Albert Cranford wrote:

> James Simmons wrote:
> >
> > A diff against 2.3.29-2 for a new makefile for fbcon.
> >
> Required the following changes in order to compile and reboots OK.
>
> --- linux-2.3.29-2/drivers/video/fbmon.c.orig Sun Nov 21 09:50:20 1999
> +++ linux/drivers/video/fbmon.c Sun Nov 21 09:49:28 1999
> @@ -39,6 +39,7 @@
> * support up to 1024x768.
> *
> */
> +#include <linux/tty.h>
> #include <linux/fb.h>
>
> int fbmon_valid_timings(u_int pixclock, u_int htotal, u_int vtotal,
> @@ -69,5 +70,5 @@
>
> int fbmon_dpms(const struct fb_info *fb_info)
> {
> - return fb_info->monspecs->dpms;
> + return fb_info->monspecs.dpms;
> }
> --
> Albert Cranford Deerfield Beach FL USA
> ac9410@bellsouth.net
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/