aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjorn Helgaas <bjorn.helgaas@hp.com>2004-08-03 23:21:13 +0000
committerTony Luck <aegl@agluck-lia64.sc.intel.com>2004-08-03 23:21:13 +0000
commitb622832a26b15f6c147cf798dffbc102e82f7c91 (patch)
tree3f1c792ab48c3522968fc5da5b8ef5a6eddea788 /include
parentec3a02c8d54b7b3e8e047cd9f8e597cddaae8ff6 (diff)
downloadhistory-b622832a26b15f6c147cf798dffbc102e82f7c91.tar.gz
cyclone.h, cyclone.c, acpi.c, Kconfig:
Make cyclone_setup() take no args, rather than an ignored "char *" and return void. Fix typos and whitespace. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/cyclone.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ia64/cyclone.h b/include/asm-ia64/cyclone.h
index 89cc100fad026a..88f6500e84abb9 100644
--- a/include/asm-ia64/cyclone.h
+++ b/include/asm-ia64/cyclone.h
@@ -3,10 +3,10 @@
#ifdef CONFIG_IA64_CYCLONE
extern int use_cyclone;
-extern int __init cyclone_setup(char*);
+extern void __init cyclone_setup(void);
#else /* CONFIG_IA64_CYCLONE */
#define use_cyclone 0
-static inline void cyclone_setup(char* s)
+static inline void cyclone_setup(void)
{
printk(KERN_ERR "Cyclone Counter: System not configured"
" w/ CONFIG_IA64_CYCLONE.\n");