diff options
| author | Alexandru Ardelean <[email protected]> | 2019-10-16 09:58:34 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-10-24 22:40:39 -0400 |
| commit | bb84f28f0d865a4c0b4a7405683d32748b27d03a (patch) | |
| tree | 1d437b3a108b16ffc40941dc91885324a972b5f6 /tools/perf/scripts/python | |
| parent | 390e4f967299179d5b43a3d265150500d8fe2986 (diff) | |
staging: rtl8188eu: make efuse_power_switch() function static
The `rtl8188eu` driver is built as a kmod in order to avoid symbol
conflicts (at link-time) with other Realtek drivers.
Internally, we use this driver as builtin [vs kmod], and we've identified
the `efuse_power_switch()` symbol to be conflicting at link-time with the
one from the `rtlwifi` driver.
An alternative solution would have been to rename the function, but it
doesn't look like it's being used outside of this driver, so just make it
static.
Signed-off-by: Alexandru Ardelean <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions