Merge branch 'sh/stable-updates'

This commit is contained in:
Paul Mundt
2010-04-05 12:21:09 +09:00
351 changed files with 5966 additions and 3799 deletions

View File

@@ -9,6 +9,7 @@
* for more details.
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <asm/dwarf.h>
#ifdef CONFIG_DWARF_UNWINDER
@@ -52,3 +53,5 @@ void *return_address(unsigned int depth)
}
#endif
EXPORT_SYMBOL_GPL(return_address);