Skip to content

Commit

Permalink
m68knommu: remove extern declarations of memory_start/memory_end from…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Greg Ungerer committed Oct 18, 2011
1 parent 9da48c0 commit 3998bfb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/m68k/mm/init_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
*/
void *empty_zero_page;

extern unsigned long memory_start;
extern unsigned long memory_end;

/*
* paging_init() continues the virtual memory environment setup which
* was begun by the code in arch/head.S.
Expand Down

0 comments on commit 3998bfb

Please sign in to comment.