diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-05-13 22:58:08 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-05-20 18:11:09 -0400 |
commit | 4bc49979b94c03561d263bfd53014279d87d690f (patch) | |
tree | e2ed553c600c2d7dec92b3fd68d1de212833e520 /src/bootsplash.c | |
parent | d314083a4172224f97567fb50741a4d43de3d191 (diff) | |
download | seabios-4bc49979b94c03561d263bfd53014279d87d690f.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootsplash.c b/src/bootsplash.c index 76b72c13..f85f7349 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" |