diff --git a/drivers/gpu/drm/vc4/vc4_drv.h b/drivers/gpu/drm/vc4/vc4_drv.h index 1e44a3a8c2b0..d5c832c99460 100644 --- a/drivers/gpu/drm/vc4/vc4_drv.h +++ b/drivers/gpu/drm/vc4/vc4_drv.h @@ -73,7 +73,6 @@ struct vc4_perfmon { struct vc4_dev { struct drm_device *dev;
- struct vc4_hdmi *hdmi;
Tested the building based on kernel v5.6-rc4 and linux-next/next-20200225. The hdmi removed here still be used in drivers/gpu/drm/vc4/vc4_hdmi.c. If DRM_VC4_HDMI_CEC is not disabled in building config, then it will hit building error.
Jian-Hong Pan
struct vc4_hvs *hvs; struct vc4_v3d *v3d; struct vc4_dpi *dpi;