diff options
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | 2019-10-17 13:17:55 +0200 |
---|---|---|
committer | Liviu Dudau <liviu.dudau@arm.com> | 2019-10-18 11:52:37 +0200 |
commit | be428f2451809b0d6132893bc33a2b1f29fd3adf (patch) | |
tree | a9ecc024ccdfdc00a95197e609b859ee9a8f1f70 /mm | |
parent | drm/lima: add __GFP_NOWARN flag to all dma_alloc_wc (diff) | |
download | linux-be428f2451809b0d6132893bc33a2b1f29fd3adf.tar.xz linux-be428f2451809b0d6132893bc33a2b1f29fd3adf.zip |
drm/arm: make undeclared items static
Make the following items static to avoid clashes with
other parts of the kernel (dev_attr_core_id) or just
silence the following sparse warning:
drivers/gpu/drm/arm/malidp_drv.c:371:24: warning: symbol 'malidp_fb_create' was not declared. Should it be static?
drivers/gpu/drm/arm/malidp_drv.c:494:6: warning: symbol 'malidp_error_stats_dump' was not declared. Should it be static?
drivers/gpu/drm/arm/malidp_drv.c:668:1: warning: symbol 'dev_attr_core_id' was not declared. Should it be static?
Signed-off-by: Ben Dooks (Codethink) <ben.dooks@codethink.co.uk>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191017111756.12861-1-ben.dooks@codethink.co.uk
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions