oprofile: get rid of pointless forward declarations of struct super_block

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Esse commit está contido em:
Al Viro
2013-07-19 16:13:30 +04:00
commit 2b2fee80a7
3 arquivos alterados com 0 adições e 3 exclusões

Ver arquivo

@@ -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);

Ver arquivo

@@ -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 */