Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.

This commit is contained in:
Peter Wemm 2000-01-29 14:43:47 +00:00
parent 25a2c600af
commit bc51803479
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56832

View file

@ -29,13 +29,10 @@
* $FreeBSD$
*/
#include "vga.h"
#include "opt_vga.h"
#include "opt_fb.h"
#include "opt_syscons.h" /* should be removed in the future, XXX */
#if NVGA > 0
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
@ -3048,5 +3045,3 @@ vga_diag(video_adapter_t *adp, int level)
return 0;
}
#endif /* NVGA > 0 */