Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01eca3b1 authored by Tobias Klauser's avatar Tobias Klauser Committed by Ley Foon Tan
Browse files

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: default avatarTobias Klauser <tklauser@distanz.ch>
Acked-by: default avatarLey Foon Tan <lftan@altera.com>
parent 61810325
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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,
extern void copy_user_page(void *vto, void *vfrom, unsigned long vaddr,
				struct page *to);
				struct page *to);


extern unsigned long shm_align_mask;

/*
/*
 * These are used to make use of C type-checking.
 * These are used to make use of C type-checking.
 */
 */