diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-11-24 15:44:30 +0800 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2014-12-08 12:56:11 +0800 |
commit | 01eca3b1eee198212e516149bc1ff5b63671db1a (patch) | |
tree | 3b25cfc229b726d1c806ca73d8bd9cf625063e3b /arch/nios2 | |
parent | 61810325176d1eefeb074430cc8b01e43ee0c18c (diff) | |
download | linux-01eca3b1eee198212e516149bc1ff5b63671db1a.tar.bz2 |
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); extern void copy_user_page(void *vto, void *vfrom, unsigned long vaddr, struct page *to); -extern unsigned long shm_align_mask; - /* * These are used to make use of C type-checking. */ |