summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/arm/ioperm.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-10 02:25:12 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-10 02:25:12 +0000
commite7bbb9c37666fc38f6f44a82013a86c48e34a336 (patch)
tree72d836ada58a4a4532e9b3c9c2ab10a39fabb1a5 /libc/sysdeps/linux/arm/ioperm.c
parent59dc2f86bf4be0702ab71ed7ec0c2e45f6d7f684 (diff)
we dont actually need asm/page.h
Diffstat (limited to 'libc/sysdeps/linux/arm/ioperm.c')
-rw-r--r--libc/sysdeps/linux/arm/ioperm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/arm/ioperm.c b/libc/sysdeps/linux/arm/ioperm.c
index 1ae2297cb..d5cfac7e4 100644
--- a/libc/sysdeps/linux/arm/ioperm.c
+++ b/libc/sysdeps/linux/arm/ioperm.c
@@ -43,10 +43,7 @@
#include <sys/types.h>
#include <sys/mman.h>
-
-#include <asm/page.h>
#include <sys/sysctl.h>
-
#include <sys/io.h>
libc_hidden_proto(ioperm)