diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-15 00:31:17 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:35 -0400 |
commit | 07cf73bad4c622cb92bf509c1b77572cc54d17e9 (patch) | |
tree | 60e03250d665e699615b1070b3925cd73fa9b29e /src/hw/lsi-scsi.c | |
parent | 392d2aacb6065319be3d31fdb37fef393e0149a9 (diff) | |
download | seabios-07cf73bad4c622cb92bf509c1b77572cc54d17e9.tar.gz |
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/hw/lsi-scsi.c')
-rw-r--r-- | src/hw/lsi-scsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hw/lsi-scsi.c b/src/hw/lsi-scsi.c index b7eb1f12..021aa61f 100644 --- a/src/hw/lsi-scsi.c +++ b/src/hw/lsi-scsi.c @@ -13,7 +13,6 @@ #include "biosvar.h" // GET_GLOBAL #include "block.h" // struct drive_s #include "blockcmd.h" // scsi_drive_setup -#include "boot.h" // bootprio_find_scsi_device #include "config.h" // CONFIG_* #include "fw/paravirt.h" // runningOnQEMU #include "malloc.h" // free |