diff --git a/src/arch/i386/core/hooks.c b/src/arch/i386/core/hooks.c index 230cc401..b2c82a1e 100644 --- a/src/arch/i386/core/hooks.c +++ b/src/arch/i386/core/hooks.c @@ -1,11 +1,7 @@ #include "registers.h" #include "main.h" -#include "etherboot.h" #include "hooks.h" -/* Symbols defined by the linker */ -extern char _bss[], _ebss[]; - /* * This file provides the basic entry points from assembly code. See * README.i386 for a description of the entry code path.