aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/oprofile/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m32r/oprofile/init.c')
-rw-r--r--arch/m32r/oprofile/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/oprofile/init.c b/arch/m32r/oprofile/init.c
index b7773e45c43..fa56860f425 100644
--- a/arch/m32r/oprofile/init.c
+++ b/arch/m32r/oprofile/init.c
@@ -12,7 +12,7 @@
#include <linux/errno.h>
#include <linux/init.h>
-int __init oprofile_arch_init(struct oprofile_operations * ops)
+int __init oprofile_arch_init(struct oprofile_operations *ops)
{
return -ENODEV;
}