summaryrefslogtreecommitdiffstats
path: root/drivers/oprofile/oprofile_stats.h
diff options
context:
space:
mode:
authorAl Viro2013-07-19 14:13:30 +0200
committerAl Viro2013-09-04 04:52:48 +0200
commit2b2fee80a7058959a6a9ba8706b3af5589b286d3 (patch)
treedc758dea3c889e91aff367b4c7a3ca23a14d2e02 /drivers/oprofile/oprofile_stats.h
parentoprofilefs_create_...() do not need superblock argument (diff)
downloadkernel-qcow2-linux-2b2fee80a7058959a6a9ba8706b3af5589b286d3.tar.gz
kernel-qcow2-linux-2b2fee80a7058959a6a9ba8706b3af5589b286d3.tar.xz
kernel-qcow2-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/oprofile_stats.h')
-rw-r--r--drivers/oprofile/oprofile_stats.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/oprofile/oprofile_stats.h b/drivers/oprofile/oprofile_stats.h
index 13e8e3f1e356..1fc622bd1834 100644
--- a/drivers/oprofile/oprofile_stats.h
+++ b/drivers/oprofile/oprofile_stats.h
@@ -25,7 +25,6 @@ extern struct oprofile_stat_struct oprofile_stats;
/* reset all stats to zero */
void oprofile_reset_stats(void);
-struct super_block;
struct dentry;
/* create the stats/ dir */