summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorPhillip Potter <phil@philpotter.co.uk>2021-08-19 02:48:52 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-08-19 08:42:57 +0300
commit41b8a938674b5bc9e57aedef9ff104dfc8deeaaf (patch)
treec4c7ddef74003326479443f96632117d5528adc2 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent00d7a5613be546f2b9d4d6d988b14851f8fe2840 (diff)
downloadlinux-41b8a938674b5bc9e57aedef9ff104dfc8deeaaf.tar.xz
staging: r8188eu: remove function _rtw_zvmalloc
Remove the function _rtw_zvmalloc from os_dep/osdep_service.c, as this function is now unused and is just an inline wrapper around vmalloc which zeroes out the memory. All previous callers have been converted to use vzalloc. 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-7-phil@philpotter.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions