lkml.org 
[lkml]   [1999]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: fbcon Makefile-errors[FIXED]
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/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.043 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site