aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2013-09-23 15:11:31 -0700
committerDavid S. Miller <[email protected]>2013-09-24 10:10:31 -0400
commit44da5c2f523876a02336c18dbcce93449fdbf0ca (patch)
tree26fe6a2fcdfcc6b242290bb4008fd9ce0fbc1312 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace
parentbddb2d9a1efbceb6d78f515dd35c7c16f68b37db (diff)
amd/7990: Remove extern from function prototypes
There are a mix of function prototypes with and without extern in the kernel sources. Standardize on not using extern for function prototypes. Function prototypes don't need to be written with extern. extern is assumed by the compiler. Its use is as unnecessary as using auto to declare automatic/local variables in a block. Signed-off-by: Joe Perches <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions