diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-19 14:13:30 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-04 04:52:48 +0200 |
commit | 2b2fee80a7058959a6a9ba8706b3af5589b286d3 (patch) | |
tree | dc758dea3c889e91aff367b4c7a3ca23a14d2e02 /drivers/oprofile/oprof.h | |
parent | oprofilefs_create_...() do not need superblock argument (diff) | |
download | linux-2b2fee80a7058959a6a9ba8706b3af5589b286d3.tar.xz linux-2b2fee80a7058959a6a9ba8706b3af5589b286d3.zip |
oprofile: get rid of pointless forward declarations of struct super_block
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/oprofile/oprof.h')
-rw-r--r-- | drivers/oprofile/oprof.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/oprofile/oprof.h b/drivers/oprofile/oprof.h index 8c43f20ab5fa..d5412060ab0f 100644 --- a/drivers/oprofile/oprof.h +++ b/drivers/oprofile/oprof.h @@ -30,7 +30,6 @@ extern struct oprofile_operations oprofile_ops; extern unsigned long oprofile_started; extern unsigned long oprofile_backtrace_depth; -struct super_block; struct dentry; void oprofile_create_files(struct dentry *root); |