[PATCH] fix compilation of imx-hdmi

2014-01-30 Thread Russell King - ARM Linux
imx-hdmi creates a hdmi_colorimetry enum. This is also defined by include/linux/hdmi.h, which gets included now via DRM headers since 985e5dc207e133 (drm/edid: Populate picture aspect ratio for CEA modes). This leads to the compiler complaining: drivers/staging/imx-drm/imx-hdmi.c:58:6: error:

[PATCH] fix compilation of imx-hdmi

2014-01-30 Thread Fabio Estevam
On 01/30/2014 02:13 PM, Russell King - ARM Linux wrote: > imx-hdmi creates a hdmi_colorimetry enum. This is also defined by > include/linux/hdmi.h, which gets included now via DRM headers since > 985e5dc207e133 (drm/edid: Populate picture aspect ratio for CEA modes). > This leads to the compiler