This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-ia64 / cyclone.h
index 88f6500..89cc100 100644 (file)
@@ -3,10 +3,10 @@
 
 #ifdef CONFIG_IA64_CYCLONE
 extern int use_cyclone;
-extern void __init cyclone_setup(void);
+extern int __init cyclone_setup(char*);
 #else  /* CONFIG_IA64_CYCLONE */
 #define use_cyclone 0
-static inline void cyclone_setup(void)
+static inline void cyclone_setup(char* s)
 {
        printk(KERN_ERR "Cyclone Counter: System not configured"
                                        " w/ CONFIG_IA64_CYCLONE.\n");