summaryrefslogtreecommitdiff
path: root/arch/nios2/include
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-11-24 15:44:30 +0800
committerLey Foon Tan <lftan@altera.com>2014-12-08 12:56:11 +0800
commit01eca3b1eee198212e516149bc1ff5b63671db1a (patch)
tree3b25cfc229b726d1c806ca73d8bd9cf625063e3b /arch/nios2/include
parent61810325176d1eefeb074430cc8b01e43ee0c18c (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/include')
-rw-r--r--arch/nios2/include/asm/page.h2
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.
*/