x86: Correct a build warning in x86 tables
authorSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2016 15:47:03 +0000 (08:47 -0700)
committerAlexander Graf <agraf@suse.de>
Mon, 14 Nov 2016 22:24:03 +0000 (23:24 +0100)
commit1f3f0357aa79212e06fadf2149a85e0fa435a8eb
tree33de5afce2599e721fcc9d591bfa720ab49adcd1
parent5be8b0a338c56c606d1e615c181b1cc0545b4747
x86: Correct a build warning in x86 tables

There is a build warning for three x86 boards since
write_smbios_table_wrapper() is not used. Fix it.

Fixes: e824cf3f (smbios: Allow compilation on 64bit systems)
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/x86/lib/tables.c