diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-10 02:25:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-10 02:25:12 +0000 |
commit | e7bbb9c37666fc38f6f44a82013a86c48e34a336 (patch) | |
tree | 72d836ada58a4a4532e9b3c9c2ab10a39fabb1a5 /libc/sysdeps | |
parent | 59dc2f86bf4be0702ab71ed7ec0c2e45f6d7f684 (diff) |
we dont actually need asm/page.h
Diffstat (limited to 'libc/sysdeps')
-rw-r--r-- | libc/sysdeps/linux/arm/ioperm.c | 3 |
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) |