drm/gud: Fix missing include

Add missing vmalloc.h include.

Fixes: c17d048609 ("drm/gud: Use the shadow plane helper")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20221207-gud-missing-include-v1-0-c5b32c9c59da@tronnes.org
This commit is contained in:
Noralf Trønnes 2022-12-07 20:51:25 +01:00
parent e373cdbe50
commit c5738c861a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <linux/lz4.h>
#include <linux/usb.h>
#include <linux/vmalloc.h>
#include <linux/workqueue.h>
#include <drm/drm_atomic.h>