[kernel] Minor cleanups that have been sitting
Removal of an unused header and fixing a lint warning that a define could be unset.
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
#include "symbol_table.h"
|
||||
#include "syscall.h"
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define GIT_VERSION
|
||||
#endif
|
||||
|
||||
extern "C" {
|
||||
void kernel_main(kernel::args::header *header);
|
||||
void (*__ctors)(void);
|
||||
|
||||
Reference in New Issue
Block a user