diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-27 07:23:46 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-27 07:23:46 +0000 |
commit | 959e2b18ef050775983c9d924f3bdb79bce8b59a (patch) | |
tree | 117659f30fb3a27a86b4e118dc04e857a33ddd91 /libc/sysdeps/linux | |
parent | 5866ba50f1d8ba026f690c4906f2a6705b520fc9 (diff) |
Duh.
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/arm/ioperm.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/arm/ioperm.c b/libc/sysdeps/linux/arm/ioperm.c index d67c04d3b..0b13e6c92 100644 --- a/libc/sysdeps/linux/arm/ioperm.c +++ b/libc/sysdeps/linux/arm/ioperm.c @@ -40,12 +40,9 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> - #include <sys/types.h> -#include <sys/mman.h> - -#include <asm/page.h> -#include <sys/sysctl.h> +//#include <sys/mman.h> +//#include <asm/page.h> #define IO_BASE 0x7c000000 |