diff options
author | Masahiro Yamada <[email protected]> | 2017-09-11 11:00:13 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2017-09-18 16:20:26 +0200 |
commit | f7c04f16d76e795f52a8fdbf11d351346fe7032c (patch) | |
tree | cd32d689662b12ee3880472cfa47c42ada9fdee4 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
nvmem: remove inline in drivers/nvmem/core.c
These two functions are defined in .c file, but called just once
(at least for now). So, the compiler will fold them into their
callers even without the "inline" markers.
However, this kind of optimization should not be done by hand.
It is compiler's judge after all.
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions