Commit 2b2fee80a7058959a6a9ba8706b3af5589b286d3

Authored by Al Viro
1 parent 6af4ea0ba7

oprofile: get rid of pointless forward declarations of struct super_block

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 3 changed files with 0 additions and 3 deletions Side-by-side Diff

drivers/oprofile/oprof.h
... ... @@ -30,7 +30,6 @@
30 30 extern unsigned long oprofile_started;
31 31 extern unsigned long oprofile_backtrace_depth;
32 32  
33   -struct super_block;
34 33 struct dentry;
35 34  
36 35 void oprofile_create_files(struct dentry *root);
drivers/oprofile/oprofile_stats.h
... ... @@ -25,7 +25,6 @@
25 25 /* reset all stats to zero */
26 26 void oprofile_reset_stats(void);
27 27  
28   -struct super_block;
29 28 struct dentry;
30 29  
31 30 /* create the stats/ dir */
include/linux/oprofile.h
... ... @@ -42,7 +42,6 @@
42 42 #define IBS_FETCH_CODE 13
43 43 #define IBS_OP_CODE 14
44 44  
45   -struct super_block;
46 45 struct dentry;
47 46 struct file_operations;
48 47 struct pt_regs;