Hi Inki >From changelog: > > > > Include fix of exynos build for alpha. > > > > diff --git a/drivers/gpu/drm/exynos/exynos_drm_fbdev.c b/drivers/gpu/drm/exynos/exynos_drm_fbdev.c > > index aefcd624fe32..b0877b97291c 100644 > > --- a/drivers/gpu/drm/exynos/exynos_drm_fbdev.c > > +++ b/drivers/gpu/drm/exynos/exynos_drm_fbdev.c > > @@ -10,6 +10,7 @@ > > > > #include <linux/console.h> > > #include <linux/dma-mapping.h> > > +#include <linux/vmalloc.h> > > Is this change related to this patch? This is the above mentioned fix. Alpha often needs one to pull in vmalloc.h - where all other architectures get it indirect via other headers. I have never bothered to find out why alpa needs more headers files, but I always make sure to test things using alpha so 0-day do not yell at me. Sam _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel