ata: Migrate CONFIG_FSL_SATA to Kconfig
[oweals/u-boot.git] / arch / powerpc / cpu / mpc85xx / traps.c
index 3ef6e4ae160ffc2bd8739bb6c229ec13f1d09557..9d3556e50c58a024752005ab54a3b40bba9f8f55 100644 (file)
@@ -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)
@@ -287,11 +286,3 @@ void DebugException(struct pt_regs *regs)
        do_bedbug_breakpoint( regs );
 #endif
 }
-
-/* Probe an address by reading.         If not present, return -1, otherwise
- * return 0.
- */
-int addr_probe(uint *addr)
-{
-       return 0;
-}