aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/vga.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2008-04-14 08:00:00 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2008-04-14 08:00:00 +0000
commit36bff1ebfba44f495795cd1a1d62da0a800b8c14 (patch)
tree465c0207ff0956de1e94a04171037060de3420dc /sys/dev/fb/vga.c
parent7e82012aff9888d64a85d19aaed51def9ebbff22 (diff)
downloadsrc-36bff1ebfba44f495795cd1a1d62da0a800b8c14.tar.gz
src-36bff1ebfba44f495795cd1a1d62da0a800b8c14.zip
Convert amd64 and i386 to share the atrtc device driver.
Notes
Notes: svn path=/head/; revision=178193
Diffstat (limited to 'sys/dev/fb/vga.c')
-rw-r--r--sys/dev/fb/vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c
index 9383e0a0a768..425aec296ccf 100644
--- a/sys/dev/fb/vga.c
+++ b/sys/dev/fb/vga.c
@@ -154,7 +154,7 @@ vga_mmap(struct cdev *dev, vga_softc_t *sc, vm_offset_t offset, vm_offset_t *pad
/* LOW-LEVEL */
-#include <machine/clock.h>
+#include <isa/rtc.h>
#ifdef __i386__
#include <machine/pc/vesa.h>
#endif