Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
2b2fee80
Commit
2b2fee80
authored
Jul 19, 2013
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oprofile: get rid of pointless forward declarations of struct super_block
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
6af4ea0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
drivers/oprofile/oprof.h
drivers/oprofile/oprof.h
+0
-1
drivers/oprofile/oprofile_stats.h
drivers/oprofile/oprofile_stats.h
+0
-1
include/linux/oprofile.h
include/linux/oprofile.h
+0
-1
No files found.
drivers/oprofile/oprof.h
View file @
2b2fee80
...
...
@@ -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
);
...
...
drivers/oprofile/oprofile_stats.h
View file @
2b2fee80
...
...
@@ -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 */
...
...
include/linux/oprofile.h
View file @
2b2fee80
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment