summaryrefslogtreecommitdiffstats
path: root/src/include/boot/tables.h
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2014-02-18 19:36:05 -0600
committerAaron Durbin <adurbin@google.com>2014-03-03 23:25:53 +0100
commit3f7ad7b216b4021c7cb93201a94b0fae46f5e19e (patch)
treec48ac8ce036cc5be5029e6089e583f2d8746aa8c /src/include/boot/tables.h
parentb013c279a93627c7edeb10cb5b976483e61166d9 (diff)
downloadcoreboot-3f7ad7b216b4021c7cb93201a94b0fae46f5e19e.tar.gz
coreboot-3f7ad7b216b4021c7cb93201a94b0fae46f5e19e.tar.bz2
coreboot-3f7ad7b216b4021c7cb93201a94b0fae46f5e19e.zip
coreboot: don't return struct lb_memory * from write_tables()
No one is interrogating the write_tables() return value. Therefore, drop it. Change-Id: I97e707f071942239c9a0fa0914af3679ee7a9c3c Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/5301 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Diffstat (limited to 'src/include/boot/tables.h')
-rw-r--r--src/include/boot/tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h
index f9e91a4e189c..e86adfc27b34 100644
--- a/src/include/boot/tables.h
+++ b/src/include/boot/tables.h
@@ -3,6 +3,6 @@
#include <boot/coreboot_tables.h>
-struct lb_memory *write_tables(void);
+void write_tables(void);
#endif /* BOOT_TABLES_H */