]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mediatek: include dma-mapping header
authorDave Airlie <airlied@redhat.com>
Sat, 24 Aug 2019 05:07:07 +0000 (15:07 +1000)
committerDave Airlie <airlied@redhat.com>
Sat, 24 Aug 2019 05:09:20 +0000 (15:09 +1000)
commit6de298e0c447170b6267909176137e87228ccf91
tree10fa2ec7a8c397fc9c764c7a01141295bab14535
parente1f8585f99a2845eeece3e7c6c1e5f84325440ab
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>
drivers/gpu/drm/mediatek/mtk_drm_drv.c