X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsmbios.c;h=df3d26b07107088d7bee64897d5c677b4f3592ed;hb=16dde8945ea948e675e48326e740e098dea2035e;hp=8f19ad89c121ebbc2ae1a7842edc8a8e432e3b8b;hpb=470135be276b2d92c6da464c68839202d4ff0d08;p=u-boot diff --git a/lib/smbios.c b/lib/smbios.c index 8f19ad89c1..df3d26b071 100644 --- a/lib/smbios.c +++ b/lib/smbios.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2015, Bin Meng * * Adapted from coreboot src/arch/x86/smbios.c - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -16,8 +15,6 @@ #include #endif -DECLARE_GLOBAL_DATA_PTR; - /** * smbios_add_string() - add a string to the string area *