[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240507123246.932398-1-sakari.ailus@linux.intel.com>
Date: Tue, 7 May 2024 15:32:46 +0300
From: Sakari Ailus <sakari.ailus@...ux.intel.com>
To: linux-media@...r.kernel.org
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Kent@...ajuuri.localdomain,
Overstreet@...ajuuri.localdomain,
kent.overstreet@...ux.dev,
Suren Baghdasaryan <surenb@...gle.com>,
Bingbu Cao <bingbu.cao@...el.com>,
Hans Verkuil <hverkuil-cisco@...all.nl>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Subject: [PATCH v2 1/1] media: intel/ipu6: explicitly include vmalloc.h
From: Stephen Rothwell <sfr@...b.auug.org.au>
linux/vmalloc.h needs to be included explicitly nowadays. Do it.
Fixes: 9163d83573e4 ("media: intel/ipu6: add IPU6 DMA mapping API and MMU table")
Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Sakari Ailus <sakari.ailus@...ux.intel.com>
---
since v1:
- Rework the commit message a little.
drivers/media/pci/intel/ipu6/ipu6-mmu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/pci/intel/ipu6/ipu6-mmu.c b/drivers/media/pci/intel/ipu6/ipu6-mmu.c
index 98a4bf9ca267..c3a20507d6db 100644
--- a/drivers/media/pci/intel/ipu6/ipu6-mmu.c
+++ b/drivers/media/pci/intel/ipu6/ipu6-mmu.c
@@ -22,6 +22,7 @@
#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/types.h>
+#include <linux/vmalloc.h>
#include "ipu6.h"
#include "ipu6-dma.h"
--
2.39.2
Powered by blists - more mailing lists