linux_dsm_epyc7002/drivers/gpu/drm/arm
Baoyou Xie ed8b0c0f93 drm/arm: mark symbols static where possible
We get 2 warnings when building kernel with W=1:
drivers/gpu/drm/arm/malidp_planes.c:49:25: warning: no previous prototype for 'malidp_duplicate_plane_state' [-Wmissing-prototypes]
drivers/gpu/drm/arm/malidp_planes.c:66:6: warning: no previous prototype for 'malidp_destroy_plane_state' [-Wmissing-prototypes]

In fact, both functions are only used in the file in which they are
declared and don't need a declaration, but can be made static.
So this patch marks these functions with 'static'.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
2016-11-04 17:10:42 +00:00
..
hdlcd_crtc.c drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp() 2016-10-18 15:21:49 +05:30
hdlcd_drv.c drm: convert DT component matching to component_match_add_release() 2016-10-25 11:52:38 -04:00
hdlcd_drv.h drm: hdlcd: Cleanup the atomic plane operations 2016-06-02 17:45:29 +01:00
hdlcd_regs.h
Kconfig drm/arm: make fbdev support really optional 2016-07-18 09:11:42 +02:00
Makefile drm/arm: Add support for Mali Display Processors 2016-06-15 17:29:22 +01:00
malidp_crtc.c drm/arm: Add support for Mali Display Processors 2016-06-15 17:29:22 +01:00
malidp_drv.c drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLY 2016-11-04 17:10:10 +00:00
malidp_drv.h drm: mali-dp: Store internal format and n_planes in plane state 2016-11-04 17:09:45 +00:00
malidp_hw.c drm: mali-dp: Add pitch alignment check function 2016-11-04 17:08:06 +00:00
malidp_hw.h drm: mali-dp: Add pitch alignment check function 2016-11-04 17:08:06 +00:00
malidp_planes.c drm/arm: mark symbols static where possible 2016-11-04 17:10:42 +00:00
malidp_regs.h drm/arm: Add support for Mali Display Processors 2016-06-15 17:29:22 +01:00