aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorRussell King (Oracle) <[email protected]>2024-10-04 11:20:41 +0100
committerDavid S. Miller <[email protected]>2024-10-09 12:13:11 +0100
commite30993a9ab00464afebfcc205f00eb8a722799ee (patch)
tree28b46dfce14392f3cfcf1ea911250d6b81134902 /tools/perf/scripts/python/syscall-counts.py
parent36efaca9cb28a893cad98f0448c39a8b698859e2 (diff)
net: pcs: xpcs: remove dw_xpcs_compat enum
There is no reason for the struct dw_xpcs_compat arrays to be a fixed size other than the way we iterate over them. The index into the array isn't used for anything, and having them fixed size needlessly wastes space. Remove the enum that defines their size, and instead use an empty array entry (with NULL ->supported) to mark the end of the array. Signed-off-by: Russell King (Oracle) <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions