diff options
author | Jiri Slaby <[email protected]> | 2021-03-02 07:22:10 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-03-10 09:34:09 +0100 |
commit | 9d7fd54f2a2e1f4f7248fd4bc9e1e223c1cc54cc (patch) | |
tree | 8ea010eba91c4d2ad51beaab00635be8d20c28d5 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | b9b90fe655c0bd816847ac1bcbf179cfa2981ecb (diff) |
tty: hvc, drop unneeded forward declarations
Forward declarations make the code larger and rewrites harder. Harder as
they are often omitted from global changes. Remove forward declarations
which are not really needed, i.e. the definition of the function is
before its first use.
Cc: [email protected]
Reviewed-by: Tyrel Datwyler <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Jiri Slaby <[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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions