aboutsummaryrefslogtreecommitdiff
path: root/src/bootsplash.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-05-13 22:58:08 -0400
committerKevin O'Connor <kevin@koconnor.net>2012-05-20 18:11:09 -0400
commit4bc49979b94c03561d263bfd53014279d87d690f (patch)
treee2ed553c600c2d7dec92b3fd68d1de212833e520 /src/bootsplash.c
parentd314083a4172224f97567fb50741a4d43de3d191 (diff)
downloadseabios-hppa-4bc49979b94c03561d263bfd53014279d87d690f.zip
seabios-hppa-4bc49979b94c03561d263bfd53014279d87d690f.tar.gz
seabios-hppa-4bc49979b94c03561d263bfd53014279d87d690f.tar.bz2
EBDA cleanups.
Clean up includes of biosvar.h. Rename GET/SET_EBDA2 to GET/SET_EBDA - nearly all users use the extended form now anyway. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/bootsplash.c')
-rw-r--r--src/bootsplash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootsplash.c b/src/bootsplash.c
index 76b72c1..f85f734 100644
--- a/src/bootsplash.c
+++ b/src/bootsplash.c
@@ -10,7 +10,6 @@
#include "config.h" // CONFIG_*
#include "util.h" // dprintf
#include "jpeg.h" // splash
-#include "biosvar.h" // SET_EBDA
#include "paravirt.h" // romfile_find
#include "vbe.h" // struct vbe_info
#include "bmp.h"