ARM: 8158/1: LLVMLinux: use static inline in ARM ftrace.h
[pandora-kernel.git] / arch / arm / kernel / return_address.c
index fafedd8..f6aa84d 100644 (file)
@@ -63,11 +63,6 @@ void *return_address(unsigned int level)
 #warning "TODO: return_address should use unwind tables"
 #endif
 
-void *return_address(unsigned int level)
-{
-       return NULL;
-}
-
 #endif /* if defined(CONFIG_FRAME_POINTER) && !defined(CONFIG_ARM_UNWIND) / else */
 
 EXPORT_SYMBOL_GPL(return_address);