]> git.sur5r.net Git - u-boot/blobdiff - lib/smbios.c
Merge branch 'master' of git://git.denx.de/u-boot-sh
[u-boot] / lib / smbios.c
index 8f19ad89c121ebbc2ae1a7842edc8a8e432e3b8b..df3d26b07107088d7bee64897d5c677b4f3592ed 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
  *
  * Adapted from coreboot src/arch/x86/smbios.c
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -16,8 +15,6 @@
 #include <dm/uclass-internal.h>
 #endif
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /**
  * smbios_add_string() - add a string to the string area
  *