aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/oprofile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h
index a4c562453f6b..8a906b4034a7 100644
--- a/include/linux/oprofile.h
+++ b/include/linux/oprofile.h
@@ -51,7 +51,7 @@ struct pt_regs;
51struct oprofile_operations { 51struct oprofile_operations {
52 /* create any necessary configuration files in the oprofile fs. 52 /* create any necessary configuration files in the oprofile fs.
53 * Optional. */ 53 * Optional. */
54 int (*create_files)(struct super_block * sb, struct dentry * root); 54 int (*create_files)(struct dentry * root);
55 /* Do any necessary interrupt setup. Optional. */ 55 /* Do any necessary interrupt setup. Optional. */
56 int (*setup)(void); 56 int (*setup)(void);
57 /* Do any necessary interrupt shutdown. Optional. */ 57 /* Do any necessary interrupt shutdown. Optional. */