[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>
This commit is contained in:

committed by
Kyle McMartin

parent
423c8ece29
commit
c2c4798e04
@@ -18,6 +18,6 @@ int __init oprofile_arch_init(struct oprofile_operations * ops)
|
||||
}
|
||||
|
||||
|
||||
void oprofile_arch_exit()
|
||||
void oprofile_arch_exit(void)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user