Skip to content

Commit

Permalink
OpenRISC: Remove memory_start/end prototypes
Browse files Browse the repository at this point in the history
OpenRISC does not have global memory_start and memory_end
symbols.
The prototypes are in vain.

Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
  • Loading branch information
Richard Weinberger authored and Jonas Bonn committed Mar 6, 2012
1 parent 1bc0b9f commit fa8d9d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/openrisc/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ typedef struct page *pgtable_t;
#define __pgd(x) ((pgd_t) { (x) })
#define __pgprot(x) ((pgprot_t) { (x) })

extern unsigned long memory_start;
extern unsigned long memory_end;

#endif /* !__ASSEMBLY__ */


Expand Down

0 comments on commit fa8d9d7

Please sign in to comment.