aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/oprofile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/oprofile.h b/include/linux/oprofile.h
index 8a906b4034a7..957877e7a408 100644
--- a/include/linux/oprofile.h
+++ b/include/linux/oprofile.h
@@ -144,8 +144,7 @@ int oprofilefs_create_ro_atomic(struct super_block * sb, struct dentry * root,
144 char const * name, atomic_t * val); 144 char const * name, atomic_t * val);
145 145
146/** create a directory */ 146/** create a directory */
147struct dentry * oprofilefs_mkdir(struct super_block * sb, struct dentry * root, 147struct dentry *oprofilefs_mkdir(struct dentry *parent, char const *name);
148 char const * name);
149 148
150/** 149/**
151 * Write the given asciz string to the given user buffer @buf, updating *offset 150 * Write the given asciz string to the given user buffer @buf, updating *offset