diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-08-27 10:34:05 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-08-31 15:15:58 +0000 |
commit | be2e2bbba56370501ca054da39d0048a6bfcab7d (patch) | |
tree | a5d79b4dfb033614e953450ba58f02efada75253 /src/mainboard | |
parent | e8982d1be84c0ed8d07d8c7d1db11535349c7682 (diff) |
smbios.c: Move function definition near call-site
The `smbios_get_device_type_from_dev()` function is only called once
from the `smbios_walk_device_tree_type41()` function. Put the former
function's definition above the latter function's, instead of having
them a thousand lines apart.
Change-Id: Idc6175324ca8a14841eaf7d6904712efb75f2d26
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57205
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
0 files changed, 0 insertions, 0 deletions