patch-2.1.111 linux/drivers/video/skeletonfb.c
Next file: linux/drivers/video/tgafb.c
Previous file: linux/drivers/video/sbusfb.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Wed Jul 22 13:40:04 1998
- Orig file:
v2.1.110/linux/drivers/video/skeletonfb.c
- Orig date:
Thu Jul 16 18:09:27 1998
diff -u --recursive --new-file v2.1.110/linux/drivers/video/skeletonfb.c linux/drivers/video/skeletonfb.c
@@ -8,7 +8,6 @@
* for more details.
*/
-#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
@@ -244,15 +243,15 @@
* If you don't have any appropriate operations, simple fill in the NULL
* pointer, and there will be no text output.
*/
-#ifdef CONFIG_FBCON_CFB8
+#ifdef FBCON_HAS_CFB8
if (is_cfb8)
return &fbcon_cfb8;
#endif
-#ifdef CONFIG_FBCON_CFB16
+#ifdef FBCON_HAS_CFB16
if (is_cfb16)
return &fbcon_cfb16;
#endif
-#ifdef CONFIG_FBCON_CFB32
+#ifdef FBCON_HAS_CFB32
if (is_cfb32)
return &fbcon_cfb32;
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov