Commit 2b2fee80 authored by Al Viro's avatar Al Viro

oprofile: get rid of pointless forward declarations of struct super_block

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 6af4ea0b
...@@ -30,7 +30,6 @@ extern struct oprofile_operations oprofile_ops; ...@@ -30,7 +30,6 @@ extern struct oprofile_operations oprofile_ops;
extern unsigned long oprofile_started; extern unsigned long oprofile_started;
extern unsigned long oprofile_backtrace_depth; extern unsigned long oprofile_backtrace_depth;
struct super_block;
struct dentry; struct dentry;
void oprofile_create_files(struct dentry *root); void oprofile_create_files(struct dentry *root);
......
...@@ -25,7 +25,6 @@ extern struct oprofile_stat_struct oprofile_stats; ...@@ -25,7 +25,6 @@ extern struct oprofile_stat_struct oprofile_stats;
/* reset all stats to zero */ /* reset all stats to zero */
void oprofile_reset_stats(void); void oprofile_reset_stats(void);
struct super_block;
struct dentry; struct dentry;
/* create the stats/ dir */ /* create the stats/ dir */
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#define IBS_FETCH_CODE 13 #define IBS_FETCH_CODE 13
#define IBS_OP_CODE 14 #define IBS_OP_CODE 14
struct super_block;
struct dentry; struct dentry;
struct file_operations; struct file_operations;
struct pt_regs; struct pt_regs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment