Skip to content

Commit 4abfc0e

Browse files
rmurphy-armthierryreding
authored andcommitted
gpu: host1x: Add missing DMA API include
Host1x seems to be relying on picking up dma-mapping.h transitively from iova.h, which has no reason to include it in the first place. Fix the former issue before we totally break things by fixing the latter one. CC: Thierry Reding <[email protected]> CC: Mikko Perttunen <[email protected]> CC: [email protected] Signed-off-by: Robin Murphy <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 5566174 commit 4abfc0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/host1x/bus.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66

77
#include <linux/debugfs.h>
8+
#include <linux/dma-mapping.h>
89
#include <linux/host1x.h>
910
#include <linux/of.h>
1011
#include <linux/seq_file.h>

0 commit comments

Comments
 (0)