--- zzzz-none-000/linux-3.10.107/drivers/oprofile/oprofile_stats.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/oprofile/oprofile_stats.h 2021-02-04 17:41:59.000000000 +0000 @@ -25,10 +25,9 @@ /* reset all stats to zero */ void oprofile_reset_stats(void); -struct super_block; struct dentry; /* create the stats/ dir */ -void oprofile_create_stats_files(struct super_block *sb, struct dentry *root); +void oprofile_create_stats_files(struct dentry *root); #endif /* OPROFILE_STATS_H */