aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2019-08-24 15:07:07 +1000
committerDave Airlie <airlied@redhat.com>2019-08-24 15:09:20 +1000
commit7837951a12fdaf88d2c51ff0757980c00072790c (patch)
tree10fa2ec7a8c397fc9c764c7a01141295bab14535 /drivers
parentMerge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-fixes (diff)
downloadlinux-dev-7837951a12fdaf88d2c51ff0757980c00072790c.tar.xz
linux-dev-7837951a12fdaf88d2c51ff0757980c00072790c.zip
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 <airlied@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/mediatek/mtk_drm_drv.c1
1 files changed, 1 insertions, 0 deletions
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 <linux/of_address.h>
#include <linux/of_platform.h>
#include <linux/pm_runtime.h>
+#include <linux/dma-mapping.h>
#include "mtk_drm_crtc.h"
#include "mtk_drm_ddp.h"