]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/unwind.h
[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code
[linux-2.6-omap-h63xx.git] / include / linux / unwind.h
index ce48e2cd37a28d52c1e15e8497e4b3c74da769ab..749928c161fb24a6fbdcc95fc703c18d900f9494 100644 (file)
@@ -12,8 +12,6 @@
  * is not much point in implementing the full Dwarf2 unwind API.
  */
 
-#include <linux/config.h>
-
 struct module;
 
 #ifdef CONFIG_STACK_UNWIND
@@ -28,6 +26,7 @@ struct module;
  * Initialize unwind support.
  */
 extern void unwind_init(void);
+extern void unwind_setup(void);
 
 #ifdef CONFIG_MODULES
 
@@ -75,6 +74,7 @@ extern int unwind_to_user(struct unwind_frame_info *);
 struct unwind_frame_info {};
 
 static inline void unwind_init(void) {}
+static inline void unwind_setup(void) {}
 
 #ifdef CONFIG_MODULES