diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-02-13 19:36:49 +0100 |
---|---|---|
committer | Lucas Stach <l.stach@pengutronix.de> | 2018-03-09 12:25:01 +0100 |
commit | fc0775da8e60d38c234c1e2c13470cc7c2198018 (patch) | |
tree | e9d05ca17158a26a41bde6b34b85a0a74e2af543 /drivers/fpga | |
parent | drm/etnaviv: add PTA handling to MMUv2 (diff) | |
download | linux-fc0775da8e60d38c234c1e2c13470cc7c2198018.tar.xz linux-fc0775da8e60d38c234c1e2c13470cc7c2198018.zip |
drm/etnaviv: etnaviv_sched: Staticize functions when possible
etnaviv_sched_dependency() and etnaviv_sched_run_job() are only
used in this file, so make them static.
This fixes the following sparse warnings:
drivers/gpu/drm/etnaviv/etnaviv_sched.c:30:18: warning: symbol 'etnaviv_sched_dependency' was not declared. Should it be static?
drivers/gpu/drm/etnaviv/etnaviv_sched.c:81:18: warning: symbol 'etnaviv_sched_run_job' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/fpga')
0 files changed, 0 insertions, 0 deletions