aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
diff options
context:
space:
mode:
authorAndré Almeida <[email protected]>2025-06-13 18:26:50 +0000
committerAlex Deucher <[email protected]>2025-06-30 15:53:45 +0000
commit6531fd55f3217b3cb8cdc41611e39ca12e095fe5 (patch)
treefabff51d991b9982041b3473837f4d3d0f05bb55 /drivers/gpu/drm/amd/amdgpu
parentamdkfd: MTYPE_UC for ext-coherent system memory (diff)
downloadkernel-6531fd55f3217b3cb8cdc41611e39ca12e095fe5.tar.gz
kernel-6531fd55f3217b3cb8cdc41611e39ca12e095fe5.zip
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 <[email protected]> Signed-off-by: André Almeida <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c
index 8179d0814db9..57101d24422f 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c
@@ -24,7 +24,6 @@
* Alex Deucher
*/
-#include <linux/export.h>
#include <linux/pci.h>
#include <drm/drm_edid.h>