[PATCH v4 2/2] drm/exynos: trigger build of all modules

Sam Ravnborg sam at ravnborg.org
Mon Jun 24 15:29:44 UTC 2019


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


More information about the dri-devel mailing list