aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/oprofile
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2006-10-26 10:06:07 -0600
committerKyle McMartin <kyle@ubuntu.com>2006-12-08 00:34:33 -0500
commitc2c4798e04ef836b12f5df04e7d1a1710cb39301 (patch)
tree244ce029f8032150523d91e83c14874dba1a13e7 /arch/parisc/oprofile
parent423c8ece2941a7ee9b003564d5aab789b9b330d8 (diff)
[PARISC] sparse fixes
0/NULL, missing __user, missing __iomem, non-ANSI prototype. Signed-off-by: Matthew Wilcox <willy@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/oprofile')
-rw-r--r--arch/parisc/oprofile/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/oprofile/init.c b/arch/parisc/oprofile/init.c
index a5b898c4d0b0..113f5139f551 100644
--- a/arch/parisc/oprofile/init.c
+++ b/arch/parisc/oprofile/init.c
@@ -18,6 +18,6 @@ int __init oprofile_arch_init(struct oprofile_operations * ops)
}
-void oprofile_arch_exit()
+void oprofile_arch_exit(void)
{
}