projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6181032
)
nios2: Remove unused extern declaration of shm_align_mask
author
Tobias Klauser
<tklauser@distanz.ch>
Mon, 24 Nov 2014 07:44:30 +0000
(15:44 +0800)
committer
Ley Foon Tan
<lftan@altera.com>
Mon, 8 Dec 2014 04:56:11 +0000
(12:56 +0800)
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>
arch/nios2/include/asm/page.h
patch
|
blob
|
history
diff --git
a/arch/nios2/include/asm/page.h
b/arch/nios2/include/asm/page.h
index
7a0d9bd
..
4b32d6f
100644
(file)
--- 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.
*/