drm/amd: Include <linux/export.h> when needed

Fix the following compile time warning when building with W=1:

warning: EXPORT_SYMBOL() is used, but #include <linux/export.h> is missing

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
André Almeida
2025-06-13 15:26:51 -03:00
committed by Alex Deucher
parent 6531fd55f3
commit 2847237429
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/dma-buf.h>
#include <linux/export.h>
#include <drm/drm_drv.h>
#include <drm/amdgpu_drm.h>