1
0
Fork 0

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>
hifive-unleashed-5.1
Tobias Klauser 2014-11-24 15:44:30 +08:00 committed by Ley Foon Tan
parent 6181032517
commit 01eca3b1ee
1 changed files with 0 additions and 2 deletions

View File

@ -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.
*/