diff options
author | Harry Wentland <harry.wentland@amd.com> | 2019-11-22 10:12:51 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-07-05 16:16:49 -0400 |
commit | 09de5cd2c170b19e04e37439a712da52a0535015 (patch) | |
tree | e4753428a1edfa270054393d08c543b0f3d4e692 /drivers/gpu/drm/amd/display/modules/freesync/freesync.c | |
parent | c1127df9515ca781940927deffc5ae657ed73a5f (diff) | |
download | linux-09de5cd2c170b19e04e37439a712da52a0535015.tar.bz2 |
drm/amd/display: Move all linux includes into OS types
Move all linux includes into OS types.
Acked-by: Alan Liu <HaoPing.Liu@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/freesync/freesync.c')
-rw-r--r-- | drivers/gpu/drm/amd/display/modules/freesync/freesync.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/freesync/freesync.c b/drivers/gpu/drm/amd/display/modules/freesync/freesync.c index 0686223034de..da09ba7589f7 100644 --- a/drivers/gpu/drm/amd/display/modules/freesync/freesync.c +++ b/drivers/gpu/drm/amd/display/modules/freesync/freesync.c @@ -23,8 +23,6 @@ * */ -#include <linux/slab.h> - #include "dm_services.h" #include "dc.h" #include "mod_freesync.h" |