]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/xmon.h
[TIPC]: Kill unused static inline (x5)
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / xmon.h
index f1d337ed68d5bfdaf16ee9eaf6823ffa2ead81d7..88320a05f0a8738615bc8ea62c5cc606edf9ff15 100644 (file)
 
 #ifdef CONFIG_XMON
 extern void xmon_setup(void);
+extern void xmon_register_spus(struct list_head *list);
 #else
 static inline void xmon_setup(void) { };
+static inline void xmon_register_spus(struct list_head *list) { };
 #endif
 
 #endif /* __KERNEL __ */