diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-07-19 08:13:30 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-09-03 22:52:48 -0400 |
commit | 2b2fee80a7058959a6a9ba8706b3af5589b286d3 (patch) | |
tree | dc758dea3c889e91aff367b4c7a3ca23a14d2e02 /drivers/oprofile | |
parent | 6af4ea0ba708172be8caf1ba5047b2b8a9d2fea3 (diff) |
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')
-rw-r--r-- | drivers/oprofile/oprof.h | 1 | ||||
-rw-r--r-- | drivers/oprofile/oprofile_stats.h | 1 |
2 files changed, 0 insertions, 2 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; | |||
30 | extern unsigned long oprofile_started; | 30 | extern unsigned long oprofile_started; |
31 | extern unsigned long oprofile_backtrace_depth; | 31 | extern unsigned long oprofile_backtrace_depth; |
32 | 32 | ||
33 | struct super_block; | ||
34 | struct dentry; | 33 | struct dentry; |
35 | 34 | ||
36 | void oprofile_create_files(struct dentry *root); | 35 | void oprofile_create_files(struct dentry *root); |
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; | |||
25 | /* reset all stats to zero */ | 25 | /* reset all stats to zero */ |
26 | void oprofile_reset_stats(void); | 26 | void oprofile_reset_stats(void); |
27 | 27 | ||
28 | struct super_block; | ||
29 | struct dentry; | 28 | struct dentry; |
30 | 29 | ||
31 | /* create the stats/ dir */ | 30 | /* create the stats/ dir */ |