diff options
author | John Whitmore <johnfwhitmore@gmail.com> | 2018-08-03 03:01:58 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-08-05 17:21:06 +0300 |
commit | 916501c8047c5420f57ff87a41c120007c8a76e7 (patch) | |
tree | 9763fd5426c8dd3068717ec8c3522ff481191a1d /tools/perf/scripts/python | |
parent | f835f4b38300b4798a90c90bfed73b6a4f05053e (diff) | |
download | linux-916501c8047c5420f57ff87a41c120007c8a76e7.tar.xz |
staging:rtl8192u: Remove unused extern DM_RxPathSelTable - Style
The file r8192U_dm.h defines the structure DM_RxPathSelTable as being
external. The structure is however declared in r8192U_dm.c and only
used locally in that file.
As a result the external definition has been removed and the declaration
in r8192U_dm.c changed to being of type static.
This is a coding style change which should not impact runtime code
execution.
Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions