From: Dave Airlie Date: Sat, 24 Aug 2019 05:07:07 +0000 (+1000) Subject: drm/mediatek: include dma-mapping header X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7837951a12fdaf88d2c51ff0757980c00072790c;p=uclinux-h8%2Flinux.git drm/mediatek: include dma-mapping header Although it builds fine here in my arm cross compile, it seems either via some other patches in -next or some Kconfig combination, this fails to build for everyone. Include linux/dma-mapping.h should fix it. Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c b/drivers/gpu/drm/mediatek/mtk_drm_drv.c index 7f5408cb2377..945bc20f1d33 100644 --- a/drivers/gpu/drm/mediatek/mtk_drm_drv.c +++ b/drivers/gpu/drm/mediatek/mtk_drm_drv.c @@ -17,6 +17,7 @@ #include #include #include +#include #include "mtk_drm_crtc.h" #include "mtk_drm_ddp.h"