We'll need to clean up these conditionals further, but at least fix the compilation error. Signed-off-by: Sean Paul <seanpaul@xxxxxxxxxxxx> --- drivers/gpu/drm/msm/msm_drv.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/msm/msm_drv.c b/drivers/gpu/drm/msm/msm_drv.c index e1b7e468c3dc..6f2affe5ccff 100644 --- a/drivers/gpu/drm/msm/msm_drv.c +++ b/drivers/gpu/drm/msm/msm_drv.c @@ -53,6 +53,9 @@ #ifdef CONFIG_DRM_MSM_DSI_STAGING #include "dsi_display.h" #endif +#ifdef CONFIG_DRM_MSM_DPU +#include "dpu_dbg.h" +#endif /* * MSM driver version: -- 2.16.1.291.g4437f3f132-goog -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html