Hi Bjorn, On Fri, Dec 28, 2018 at 5:31 PM Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> wrote: > > On Wed 26 Dec 04:06 PST 2018, Fabio Estevam wrote: > > > Since commit e6f6d63ed14c ("drm/msm: add headless gpu device for imx5") > > the DRM_MSM symbol can be selected by SOC_IMX5 causing the following > > error when building imx_v6_v7_defconfig: > > > > In file included from ../drivers/gpu/drm/msm/adreno/a5xx_gpu.c:17:0: > > ../include/linux/qcom_scm.h: In function 'qcom_scm_set_cold_boot_addr': > > ../include/linux/qcom_scm.h:73:10: error: 'ENODEV' undeclared (first use in this function) > > return -ENODEV; > > > > Include the <linux/err.h> header file to fix this problem. > > > > Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > > Andy, please pick up for inclusion in -rc Yes, it would be really nice if we could get this fix into 4.20-rc1 so that imx_v6_v7_defconfig could be built. > Fabio, please use get_maintainers, so your patches hits the appropriate > mailing lists (linux-arm-msm@ in this case) Sorry, I copied the folks involved in the offending commit: e6f6d63ed14c ("drm/msm: add headless gpu device for imx5") By the way, I just ran get_maintainers in this patch and linux-arm-msm is not listed. Thanks