瀏覽代碼

m68knommu: remove extern declarations of memory_start/memory_end from mm/init

We do not need to have local extern declarations of memory_start and
memory_end in mm/init_no.c. There are declarations already in asm/page_no.h.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Greg Ungerer 14 年之前
父節點
當前提交
3998bfbf31
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/m68k/mm/init_no.c

+ 0 - 3
arch/m68k/mm/init_no.c

@@ -45,9 +45,6 @@
  */
  */
 void *empty_zero_page;
 void *empty_zero_page;
 
 
-extern unsigned long memory_start;
-extern unsigned long memory_end;
-
 /*
 /*
  * paging_init() continues the virtual memory environment setup which
  * paging_init() continues the virtual memory environment setup which
  * was begun by the code in arch/head.S.
  * was begun by the code in arch/head.S.