Merge git://git.denx.de/u-boot-x86
[oweals/u-boot.git] / arch / x86 / include / asm / msr.h
index c480920d25688914e08e4eaf658cad7b96b2bddd..3e613de6cefafe7215c4a6d9a7e952e4d22b8657 100644 (file)
@@ -1,10 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * Taken from the linux kernel file of the same name
  *
  * (C) Copyright 2012
  * Graeme Russ, <graeme.russ@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _ASM_X86_MSR_H
@@ -22,7 +21,7 @@
 
 #ifdef __KERNEL__
 
-#include <asm/errno.h>
+#include <linux/errno.h>
 
 struct msr {
        union {