mirror of https://gitee.com/openkylin/linux.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 <airlied@redhat.com>
This commit is contained in:
parent
a4a759b279
commit
7837951a12
|
@ -17,6 +17,7 @@
|
||||||
#include <linux/of_address.h>
|
#include <linux/of_address.h>
|
||||||
#include <linux/of_platform.h>
|
#include <linux/of_platform.h>
|
||||||
#include <linux/pm_runtime.h>
|
#include <linux/pm_runtime.h>
|
||||||
|
#include <linux/dma-mapping.h>
|
||||||
|
|
||||||
#include "mtk_drm_crtc.h"
|
#include "mtk_drm_crtc.h"
|
||||||
#include "mtk_drm_ddp.h"
|
#include "mtk_drm_ddp.h"
|
||||||
|
|
Loading…
Reference in New Issue