diff options
Diffstat (limited to 'arch/um/include/kern_util.h')
-rw-r--r-- | arch/um/include/kern_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h index 715ffb5b95c1..3c341222d252 100644 --- a/arch/um/include/kern_util.h +++ b/arch/um/include/kern_util.h | |||
@@ -13,7 +13,6 @@ extern int uml_exitcode; | |||
13 | 13 | ||
14 | extern int ncpus; | 14 | extern int ncpus; |
15 | extern int kmalloc_ok; | 15 | extern int kmalloc_ok; |
16 | extern int nsyscalls; | ||
17 | 16 | ||
18 | #define UML_ROUND_UP(addr) \ | 17 | #define UML_ROUND_UP(addr) \ |
19 | ((((unsigned long) addr) + PAGE_SIZE - 1) & PAGE_MASK) | 18 | ((((unsigned long) addr) + PAGE_SIZE - 1) & PAGE_MASK) |