浏览代码

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>
Tobias Klauser 10 年之前
父节点
当前提交
01eca3b1ee
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/nios2/include/asm/page.h

+ 0 - 2
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.
  */