Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.
This commit is contained in:
parent
25a2c600af
commit
bc51803479
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user