diff options
| author | junyoung <junyoung@NetBSD.org> | 2002-07-07 07:37:50 +0000 |
|---|---|---|
| committer | junyoung <junyoung@NetBSD.org> | 2002-07-07 07:37:50 +0000 |
| commit | f73c9efaabf7b61ca2da59e32493857a99be5d94 (patch) | |
| tree | a9a06748aafd6abe955c4971baa0668b1547f89c /sys/dev | |
| parent | da843e013f28c7c85af83751aefa7549379137b0 (diff) | |
No need to include opt_vga.h here, since it is included in vgavar.h.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/vga.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/vga.c b/sys/dev/ic/vga.c index 4d19a99a64e..7276e91d691 100644 --- a/sys/dev/ic/vga.c +++ b/sys/dev/ic/vga.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga.c,v 1.61 2002/07/07 07:34:54 junyoung Exp $ */ +/* $NetBSD: vga.c,v 1.62 2002/07/07 07:37:50 junyoung Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vga.c,v 1.61 2002/07/07 07:34:54 junyoung Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vga.c,v 1.62 2002/07/07 07:37:50 junyoung Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -53,7 +53,6 @@ __KERNEL_RCSID(0, "$NetBSD: vga.c,v 1.61 2002/07/07 07:34:54 junyoung Exp $"); /* for WSCONS_SUPPORT_PCVTFONTS and WSDISPLAY_CHARFUNCS */ #include "opt_wsdisplay_compat.h" -#include "opt_vga.h" static struct wsdisplay_font _vga_builtinfont = { "builtin", |
