aboutsummaryrefslogtreecommitdiffstats
path: root/src/post.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 23:57:26 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit135f3f676de1416f0cd0fa7f0c886cf1b72222cb (patch)
tree805d962c2b66daffcb30b0816cce8faf67e8a809 /src/post.c
parentb18557ab09a60476b4269c3a473d8aebeaaa002f (diff)
downloadseabios-135f3f676de1416f0cd0fa7f0c886cf1b72222cb.tar.gz
Split disk.h into block.h and std/disk.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/post.c')
-rw-r--r--src/post.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/post.c b/src/post.c
index e84dcaef..55141201 100644
--- a/src/post.c
+++ b/src/post.c
@@ -9,7 +9,6 @@
#include "boot.h" // boot_init
#include "bregs.h" // struct bregs
#include "config.h" // CONFIG_*
-#include "disk.h" // floppy_setup
#include "fw/paravirt.h" // qemu_cfg_preinit
#include "fw/xen.h" // xen_preinit
#include "hw/ahci.h" // ahci_setup