summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-03 15:11:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-03 15:11:00 +0000
commit71abba7bdb8891c11f310bfee404d97cc7884c2a (patch)
treee03609093c21322f8c38185f26f11a9b38d3510f /c
parent2009-08-03 Roxana Leontie <roxana.leontie@gmail.com> (diff)
downloadrtems-71abba7bdb8891c11f310bfee404d97cc7884c2a.tar.bz2
2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>
* console/fb_vga.c: changed the reference to mw_fb.h into fb.h
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog4
-rw-r--r--c/src/lib/libbsp/i386/pc386/console/fb_vga.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index 840d5b49d3..019a69fb90 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>
+
+ * console/fb_vga.c: changed the reference to mw_fb.h into fb.h
+
2009-07-29 Roxana Leontie <roxana.leontie@gmail.com>
* Makefile.am, preinstall.am, console/fb_vga.c: Switch to using
diff --git a/c/src/lib/libbsp/i386/pc386/console/fb_vga.c b/c/src/lib/libbsp/i386/pc386/console/fb_vga.c
index 50018280fd..ab8ff8e0a3 100644
--- a/c/src/lib/libbsp/i386/pc386/console/fb_vga.c
+++ b/c/src/lib/libbsp/i386/pc386/console/fb_vga.c
@@ -18,7 +18,7 @@
#include <bsp/irq.h>
#include <rtems/libio.h>
-#include <rtems/mw_fb.h>
+#include <rtems/fb.h>
/* these routines are defined in the microwindows code. This
driver is here more as an example of how to implement and