diff options
| author | Eric Biggers <[email protected]> | 2019-01-03 15:26:00 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2019-01-04 13:13:45 -0800 |
| commit | 81966d83492620bf42d94d580370c59ff8d02772 (patch) | |
| tree | 515cdb5930cb15e832446533834bf343813af0cf /tools/perf/scripts/python | |
| parent | 8da0b4f692c6d90b09c91f271517db746a22ff67 (diff) | |
fs/proc/util.c: include fs/proc/internal.h for name_to_int()
name_to_int() is defined in fs/proc/util.c and declared in
fs/proc/internal.h, but the declaration isn't included at the point of
the definition. Include the header to enforce that the definition
matches the declaration.
This addresses a gcc warning when -Wmissing-prototypes is enabled.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Eric Biggers <[email protected]>
Reviewed-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions