Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

oprofile: get rid of pointless forward declarations of struct super_block

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

Al Viro 2b2fee80 6af4ea0b

-3
-1
drivers/oprofile/oprof.h
··· 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);
-1
drivers/oprofile/oprofile_stats.h
··· 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 */
-1
include/linux/oprofile.h
··· 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;