Skip to content

Commit

Permalink
oprofile: get rid of pointless forward declarations of struct super_b…
Browse files Browse the repository at this point in the history
…lock

Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
Al Viro committed Sep 4, 2013
1 parent 6af4ea0 commit 2b2fee8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/oprofile/oprof.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion drivers/oprofile/oprofile_stats.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion include/linux/oprofile.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
#define IBS_FETCH_CODE 13
#define IBS_OP_CODE 14

struct super_block;
struct dentry;
struct file_operations;
struct pt_regs;
Expand Down

0 comments on commit 2b2fee8

Please sign in to comment.