]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/lib/acpi_s3.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / x86 / lib / acpi_s3.c
index 3175da828bdbe64d9b9c79fb684e61fd39559825..514b92ffbd1235ced935b541cc26e7e5860357fb 100644 (file)
@@ -1,13 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <asm/acpi_s3.h>
 #include <asm/acpi_table.h>
 #include <asm/post.h>
+#include <linux/linkage.h>
 
 DECLARE_GLOBAL_DATA_PTR;