aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-i386/bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-i386/bug.c')
-rw-r--r--arch/um/sys-i386/bug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/sys-i386/bug.c b/arch/um/sys-i386/bug.c
index a4360b5207db..8d4f273f1219 100644
--- a/arch/um/sys-i386/bug.c
+++ b/arch/um/sys-i386/bug.c
@@ -4,6 +4,7 @@
4 */ 4 */
5 5
6#include <linux/uaccess.h> 6#include <linux/uaccess.h>
7#include <asm/errno.h>
7 8
8/* Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because 9/* Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because
9 * that's not relevant in skas mode. 10 * that's not relevant in skas mode.