mirror of https://gitee.com/openkylin/linux.git
6e05899dc8
A cleanup left behind an unused variable that we have to remove
in order to avoid this harmless warning:
drivers/gpu/drm/msm/adreno/a5xx_gpu.c: In function 'a5xx_zap_shader_init':
drivers/gpu/drm/msm/adreno/a5xx_gpu.c:493:19: error: unused variable 'a5xx_gpu' [-Werror=unused-variable]
Fixes:
|
||
---|---|---|
.. | ||
a2xx.xml.h | ||
a3xx.xml.h | ||
a3xx_gpu.c | ||
a3xx_gpu.h | ||
a4xx.xml.h | ||
a4xx_gpu.c | ||
a4xx_gpu.h | ||
a5xx.xml.h | ||
a5xx_gpu.c | ||
a5xx_gpu.h | ||
a5xx_power.c | ||
adreno_common.xml.h | ||
adreno_device.c | ||
adreno_gpu.c | ||
adreno_gpu.h | ||
adreno_pm4.xml.h |