Blob Blame History Raw
# HG changeset patch
# User dan@eagle.danny.cz
# Date 1207382978 -7200
# Node ID 996a3cd264fc929d7048e43f0423ced44f1b05e4
# Parent  92536f1a84880e76ca9f46073cf125fc09eb437c
remove including <asm/page.h>

diff --git a/src/linux/syscall-linux.c b/src/linux/syscall-linux.c
--- a/src/linux/syscall-linux.c
+++ b/src/linux/syscall-linux.c
@@ -72,7 +72,6 @@
 #include <sys/uio.h>
 
 #include <linux/serial.h>
-#include <asm/page.h>
 #include <asm/unistd.h>
 
 #include "std.h"