ata: Migrate CONFIG_FSL_SATA to Kconfig
[oweals/u-boot.git] / arch / powerpc / cpu / mpc85xx / traps.c
index 24adbc3078f5d2b77926fa2f759051475d9e538d..9d3556e50c58a024752005ab54a3b40bba9f8f55 100644 (file)
@@ -286,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;
-}