linux/drivers/gpu/drm/msm/adreno
Baoyou Xie a5725ab049 drm/msm/adreno: move function declarations to header file
We get 2 warnings when building kernel with W=1:
drivers/gpu/drm/msm/adreno/a3xx_gpu.c:535:17: warning: no previous prototype for 'a3xx_gpu_init' [-Wmissing-prototypes]
drivers/gpu/drm/msm/adreno/a4xx_gpu.c:624:17: warning: no previous prototype for 'a4xx_gpu_init' [-Wmissing-prototypes]

In fact, both functions are declared in
drivers/gpu/drm/msm/adreno/adreno_device.c, but should be declared
in a header file. So this patch moves both function declarations to
drivers/gpu/drm/msm/adreno/adreno_gpu.h.

Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1477127865-9381-1-git-send-email-baoyou.xie@linaro.org
2016-10-24 16:28:03 +02:00
..
a2xx.xml.h drm/msm: update generated headers 2016-03-03 11:55:27 -05:00
a3xx_gpu.c drm/msm: adreno a306 support 2015-06-11 13:11:01 -04:00
a3xx_gpu.h drm/msm: update generated headers 2014-08-04 11:55:28 -04:00
a3xx.xml.h drm/msm: update generated headers 2016-03-03 11:55:27 -05:00
a4xx_gpu.c drm/msm/adreno: remove duplicate adreno_hw_init() call 2016-03-03 11:55:32 -05:00
a4xx_gpu.h drm/msm: a4xx support for msm-drm 2014-11-16 14:27:40 -05:00
a4xx.xml.h drm/msm: update generated headers 2016-03-03 11:55:27 -05:00
adreno_common.xml.h drm/msm: update generated headers 2016-03-03 11:55:27 -05:00
adreno_device.c drm/msm/adreno: move function declarations to header file 2016-10-24 16:28:03 +02:00
adreno_gpu.c drm/msm: deal with arbitrary # of cmd buffers 2016-07-16 10:09:08 -04:00
adreno_gpu.h drm/msm/adreno: move function declarations to header file 2016-10-24 16:28:03 +02:00
adreno_pm4.xml.h drm/msm: update generated headers 2016-03-03 11:55:27 -05:00