don't bother with passing superblock to oprofile_create_stats_files()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-07-19 15:54:56 +04:00
parent ef7bca1456
commit 40437c718a
3 changed files with 14 additions and 14 deletions

View File

@@ -29,6 +29,6 @@ struct super_block;
struct dentry;
/* create the stats/ dir */
void oprofile_create_stats_files(struct super_block *sb, struct dentry *root);
void oprofile_create_stats_files(struct dentry *root);
#endif /* OPROFILE_STATS_H */