Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

André Almeida and committed by
Alex Deucher
28472374 6531fd55

+2
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
··· 32 32 #include <linux/list.h> 33 33 #include <linux/slab.h> 34 34 #include <linux/dma-buf.h> 35 + #include <linux/export.h> 35 36 36 37 #include <drm/drm_drv.h> 37 38 #include <drm/amdgpu_drm.h>
+1
drivers/gpu/drm/amd/amdxcp/amdgpu_xcp_drv.c
··· 21 21 * 22 22 */ 23 23 24 + #include <linux/export.h> 24 25 #include <linux/init.h> 25 26 #include <linux/module.h> 26 27 #include <linux/platform_device.h>