diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-19 15:54:56 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-03 22:52:47 -0400 |
commit | 40437c718a69562bafaf9e5c9d17b6628e2576b1 (patch) | |
tree | f428e0a5c172944a2a578853b4071a29337f14b0 /drivers/oprofile/oprofile_stats.h | |
parent | ef7bca1456e7f65e66b9466c3b149601fe32eec0 (diff) | |
download | linux-rpi-40437c718a69562bafaf9e5c9d17b6628e2576b1.tar.gz linux-rpi-40437c718a69562bafaf9e5c9d17b6628e2576b1.tar.bz2 linux-rpi-40437c718a69562bafaf9e5c9d17b6628e2576b1.zip |
don't bother with passing superblock to oprofile_create_stats_files()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/oprofile/oprofile_stats.h')
-rw-r--r-- | drivers/oprofile/oprofile_stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/oprofile_stats.h b/drivers/oprofile/oprofile_stats.h index 38b6fc028984..13e8e3f1e356 100644 --- a/drivers/oprofile/oprofile_stats.h +++ b/drivers/oprofile/oprofile_stats.h @@ -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 */ |