summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorPhillip Potter <phil@philpotter.co.uk>2021-08-19 00:48:49 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-08-19 07:42:57 +0200
commitc29e42afe91980f930b560dad24215569fa64f4a (patch)
tree84a7ee8a4f1b31a33779d5731d64cf13fe11f53d /tools/perf/scripts/python/check-perf-trace.py
parent07f1a10d30e382fcb370b1b7b98ea48af13087c5 (diff)
staging: r8188eu: remove function _rtw_vmalloc
Remove the function _rtw_vmalloc from os_dep/osdep_service.c, converting its only user (also in os_dep/osdep_service.c) to use plain vmalloc. This function is just an inline wrapper around vmalloc which returns a u8 pointer, which isn't needed. Also remove the declaration from include/osdep_service.h. It is considered generally bad practice to declare functions as inline in the majority of cases, as not only can this qualifier be ignored by the compiler but the compiler generally makes good decisions about inlining anyway. Signed-off-by: Phillip Potter <phil@philpotter.co.uk> Link: https://lore.kernel.org/r/20210818234853.208448-4-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions