diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/traps.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/traps.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/traps.c b/arch/powerpc/cpu/mpc85xx/traps.c index 3ef6e4ae1..24adbc307 100644 --- a/arch/powerpc/cpu/mpc85xx/traps.c +++ b/arch/powerpc/cpu/mpc85xx/traps.c @@ -35,7 +35,6 @@ extern unsigned long search_exception_table(unsigned long);   * amount of memory on the system if we're unable to keep all   * the memory mapped in.   */ -extern ulong get_effective_memsize(void);  #define END_OF_MEM (gd->bd->bi_memstart + get_effective_memsize())  static __inline__ void set_tsr(unsigned long val) |