diff options
author | Masahiro Yamada <[email protected]> | 2020-01-21 19:58:58 +0900 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2020-01-24 12:14:31 +0100 |
commit | 1d45a3f47c0be28989cdbace166e4f73214ff88c (patch) | |
tree | 61317c4825798abb18f9c712f5a58450295a0d7d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | c389b0035f0cda5f59f2514303feb9586b6f493a (diff) |
mmc: sdhci-cadence: remove unneeded 'inline' marker
'static inline' in .c files does not make much sense because
functions may or may not be inlined irrespective of the 'inline'
marker. It is just a hint.
This function is quite small, so very likely to be inlined by the
compiler's optimization (-O2 or -Os), but it is up to the compiler
after all.
Signed-off-by: Masahiro Yamada <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions