patch-2.1.124 linux/drivers/video/hpfb.c
Next file: linux/drivers/video/imsttfb.c
Previous file: linux/drivers/video/g364fb.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Oct 1 10:02:21 1998
- Orig file:
v2.1.123/linux/drivers/video/hpfb.c
- Orig date:
Thu Jul 16 18:09:27 1998
diff -u --recursive --new-file v2.1.123/linux/drivers/video/hpfb.c linux/drivers/video/hpfb.c
@@ -22,10 +22,10 @@
#include <asm/blinken.h>
#include <asm/hwtest.h>
-#include "fbcon-mfb.h"
-#include "fbcon-cfb2.h"
-#include "fbcon-cfb4.h"
-#include "fbcon-cfb8.h"
+#include <video/fbcon-mfb.h>
+#include <video/fbcon-cfb2.h>
+#include <video/fbcon-cfb4.h>
+#include <video/fbcon-cfb8.h>
#define arraysize(x) (sizeof(x)/sizeof(*(x)))
@@ -360,6 +360,7 @@
fb_info.switch_con = &hpfb_switch;
fb_info.updatevar = &fb_update_var;
fb_info.blank = &hpfb_blank;
+ fb_info.flags = FBINFO_FLAG_DEFAULT;
do_fb_set_var(&hpfb_defined, 1);
hpfb_get_var(&disp.var, -1, &fb_info);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov