diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 22:45:05 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | b37a5280447fb62ca204d1bb71d7307f86e75aa4 (patch) | |
tree | 0f2152248f3a020d286b68d10f982dcd3437ee9f /src/fw/csm.c | |
parent | f6d700d40fd7ad6f6baddea3a535a91d0ecd6257 (diff) | |
download | seabios-b37a5280447fb62ca204d1bb71d7307f86e75aa4.tar.gz |
Move fw/smbios.h to std/smbios.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/fw/csm.c')
-rw-r--r-- | src/fw/csm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fw/csm.c b/src/fw/csm.c index 7829c1ef..eca97a77 100644 --- a/src/fw/csm.c +++ b/src/fw/csm.c @@ -15,7 +15,6 @@ #include "memmap.h" #include "output.h" // dprintf #include "post.h" -#include "smbios.h" #include "stacks.h" // wait_threads #include "std/optionrom.h" // struct rom_header #include "util.h" // copy_smbios |