diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-11-24 02:44:30 -0500 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2014-12-07 23:56:11 -0500 |
commit | 01eca3b1eee198212e516149bc1ff5b63671db1a (patch) | |
tree | 3b25cfc229b726d1c806ca73d8bd9cf625063e3b /arch/nios2 | |
parent | 61810325176d1eefeb074430cc8b01e43ee0c18c (diff) |
nios2: Remove unused extern declaration of shm_align_mask
shm_align_mask is not defined/used on nios2, thus there is no need to
declare it.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/include/asm/page.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/nios2/include/asm/page.h b/arch/nios2/include/asm/page.h index 7a0d9bd3a61b..4b32d6fd9d98 100644 --- a/arch/nios2/include/asm/page.h +++ b/arch/nios2/include/asm/page.h | |||
@@ -54,8 +54,6 @@ extern void clear_user_page(void *addr, unsigned long vaddr, struct page *page); | |||
54 | extern void copy_user_page(void *vto, void *vfrom, unsigned long vaddr, | 54 | extern void copy_user_page(void *vto, void *vfrom, unsigned long vaddr, |
55 | struct page *to); | 55 | struct page *to); |
56 | 56 | ||
57 | extern unsigned long shm_align_mask; | ||
58 | |||
59 | /* | 57 | /* |
60 | * These are used to make use of C type-checking. | 58 | * These are used to make use of C type-checking. |
61 | */ | 59 | */ |