summaryrefslogtreecommitdiff
path: root/scripts/Makefile.host
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2017-05-11 13:35:51 +0200
committerJoerg Roedel <jroedel@suse.de>2017-05-17 14:51:54 +0200
commit745b6e74704782488dd875292bc49e24d23e81fd (patch)
tree5743785229b0194db6e91f0035bab7b9bb631159 /scripts/Makefile.host
parentf73a7eee900e95404b61408a23a1df5c5811704c (diff)
downloadlinux-next-745b6e74704782488dd875292bc49e24d23e81fd.tar.gz
iommu/mediatek: Include linux/dma-mapping.h
The mediatek iommu driver relied on an implicit include of dma-mapping.h, but for some reason that is no longer there in 4.12-rc1: drivers/iommu/mtk_iommu_v1.c: In function 'mtk_iommu_domain_finalise': drivers/iommu/mtk_iommu_v1.c:233:16: error: implicit declaration of function 'dma_zalloc_coherent'; did you mean 'debug_dma_alloc_coherent'? [-Werror=implicit-function-declaration] drivers/iommu/mtk_iommu_v1.c: In function 'mtk_iommu_domain_free': drivers/iommu/mtk_iommu_v1.c:265:2: error: implicit declaration of function 'dma_free_coherent'; did you mean 'debug_dma_free_coherent'? [-Werror=implicit-function-declaration] This adds an explicit #include to make it build again. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Fixes: 208480bb27 ('iommu: Remove trace-events include from iommu.h') Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'scripts/Makefile.host')
0 files changed, 0 insertions, 0 deletions