summaryrefslogtreecommitdiff
path: root/arch/x86/lib/bios.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/bios.h')
-rw-r--r--arch/x86/lib/bios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/lib/bios.h b/arch/x86/lib/bios.h
index 8491b4acdd..668f4b5525 100644
--- a/arch/x86/lib/bios.h
+++ b/arch/x86/lib/bios.h
@@ -10,6 +10,8 @@
#ifndef _X86_LIB_BIOS_H
#define _X86_LIB_BIOS_H
+#include <linux/linkage.h>
+
#define REALMODE_BASE 0x600
#ifdef __ASSEMBLY__