Arnd Bergmann 280489daa6 drm/msm: adreno: fix build error without debugfs
The newly added a5xx support fails to build when debugfs is diabled:

drivers/gpu/drm/msm/adreno/a5xx_gpu.c:849:4: error: 'struct msm_gpu_funcs' has no member named 'show'
drivers/gpu/drm/msm/adreno/a5xx_gpu.c:849:11: error: 'a5xx_show' undeclared here (not in a function); did you mean 'a5xx_irq'?

This adds a missing #ifdef.

Fixes: b5f103ab98c7 ("drm/msm: gpu: Add A5XX target support")
Cc: stable@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Rob Clark <robdclark@gmail.com>
2017-04-03 16:09:34 -04:00
..
2017-03-17 14:44:34 -04:00
2017-02-27 18:43:47 -08:00
2017-03-09 15:50:56 -08:00
2017-02-23 12:10:12 +10:00
2017-02-23 12:10:12 +10:00
2017-02-23 12:10:12 +10:00
2017-01-26 10:45:31 +01:00
2017-01-26 10:45:14 +01:00
2016-12-30 11:43:40 +01:00