mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.
This commit is contained in:
parent
25a2c600af
commit
bc51803479
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56832
@ -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…
Reference in New Issue
Block a user