Skip to content

Commit 3e2435d

Browse files
sfrothwellmchehab
authored andcommitted
media: intel/ipu6: explicitly include vmalloc.h
linux/vmalloc.h needs to be included explicitly nowadays. Do it. Link: https://lore.kernel.org/linux-media/[email protected] Fixes: 9163d83 ("media: intel/ipu6: add IPU6 DMA mapping API and MMU table") Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent e695668 commit 3e2435d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/pci/intel/ipu6/ipu6-mmu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <linux/slab.h>
2323
#include <linux/spinlock.h>
2424
#include <linux/types.h>
25+
#include <linux/vmalloc.h>
2526

2627
#include "ipu6.h"
2728
#include "ipu6-dma.h"

0 commit comments

Comments
 (0)