]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/x86/lib/bios.h
x86: move arch-specific asmlinkage to <asm/linkage.h>
[karo-tx-uboot.git] / arch / x86 / lib / bios.h
index 8491b4acdd4c5688246465433f7884d394c67aa5..668f4b55254d22fe709c7fd68395db74ee3e269d 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef _X86_LIB_BIOS_H
 #define _X86_LIB_BIOS_H
 
+#include <linux/linkage.h>
+
 #define REALMODE_BASE          0x600
 
 #ifdef __ASSEMBLY__