summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-11-07 07:41:17 +0000
committerimp <imp@FreeBSD.org>2005-11-07 07:41:17 +0000
commit4e5a83b4f46f059a0d051fd0ef818a437fc44fa3 (patch)
treeeb7be3857a89af8e53d3a6bc2ff2daa3df73903d /sys/dev
parent0a9e3aee3535cf3561f560600680c21b8b9ce8d8 (diff)
downloadFreeBSD-src-4e5a83b4f46f059a0d051fd0ef818a437fc44fa3.zip
FreeBSD-src-4e5a83b4f46f059a0d051fd0ef818a437fc44fa3.tar.gz
Remove unecessary include file. machine/rpb.h is very alpha specific
and is not needed for this font, which isn't alpha speciifc.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fb/boot_font.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c
index 436ae40..f163657 100644
--- a/sys/dev/fb/boot_font.c
+++ b/sys/dev/fb/boot_font.c
@@ -65,7 +65,6 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/pc/vesa.h>
#include <machine/resource.h>
-#include <machine/rpb.h>
#include <sys/bus.h>
#include <sys/rman.h>
OpenPOWER on IntegriCloud