drm/amd: Do not include <linux/export.h> when unused

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

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

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:50 -03:00
committed by Alex Deucher
parent 5d14fdab47
commit 6531fd55f3
3 changed files with 0 additions and 3 deletions

View File

@@ -24,7 +24,6 @@
* Alex Deucher
*/
#include <linux/export.h>
#include <linux/pci.h>
#include <drm/drm_edid.h>

View File

@@ -22,7 +22,6 @@
*/
#include <linux/device.h>
#include <linux/export.h>
#include <linux/err.h>
#include <linux/fs.h>
#include <linux/file.h>

View File

@@ -23,7 +23,6 @@
*/
#include <linux/device.h>
#include <linux/export.h>
#include <linux/err.h>
#include <linux/fs.h>
#include <linux/sched.h>