]> git.ipfire.org Git - thirdparty/u-boot.git/commit
smbios: Move smbios_write_type to the C file
authorSimon Glass <sjg@chromium.org>
Fri, 5 Feb 2021 04:17:14 +0000 (21:17 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 6 Feb 2021 11:18:41 +0000 (19:18 +0800)
commit0e89b85906eafa22971f685fe5b184852f7b4eb0
tree44249382a8f0e3d32be8b0e5868cb18ea3bb7dfd
parent68f6a90ec27c46f804f7ee5a2e736fb2c24f71de
smbios: Move smbios_write_type to the C file

This type is not used outside the smbios.c file so there is no need for it
to be in the header file. Move it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/smbios.h
lib/smbios.c