Remove <asm/page.h>.

If we have PAGE_SIZE/PAGESIZE, POSIX says they should be in <limits.h>.

Change-Id: I3c2d574ea2aea81f524874a156361411a4ffa18e
This commit is contained in:
Elliott Hughes
2014-02-24 15:55:31 -08:00
parent b26e4944e2
commit 0e44bc3bae
8 changed files with 32 additions and 48 deletions

View File

@@ -30,6 +30,7 @@
#define _SYS_USER_H_
#include <sys/cdefs.h>
#include <limits.h> /* For PAGE_SIZE. */
__BEGIN_DECLS