summaryrefslogtreecommitdiff
path: root/src/bios_reader
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-02-27 22:55:44 -0800
committerEric Anholt <eric@anholt.net>2009-02-28 00:51:14 -0800
commit38a7683561cee7fffab174c2a166bfd51b51ba27 (patch)
tree1174c73388fbfbe67f4e8d211a695e88c36bf1fb /src/bios_reader
parent5bfd73cd31ba197a62f549cdbad1a1270b571027 (diff)
warnings cleanup
Diffstat (limited to 'src/bios_reader')
-rw-r--r--src/bios_reader/bios_reader.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bios_reader/bios_reader.c b/src/bios_reader/bios_reader.c
index 2b98e1f0..41908a3c 100644
--- a/src/bios_reader/bios_reader.c
+++ b/src/bios_reader/bios_reader.c
@@ -205,6 +205,7 @@ static void dump_general_definitions(void)
free(block);
}
+#if 0
static void dump_child_devices(void)
{
struct bdb_block *block;
@@ -238,6 +239,7 @@ static void dump_child_devices(void)
free(block);
}
+#endif
static void dump_lvds_options(void)
{