diff options
| author | Harry Wentland <[email protected]> | 2019-11-22 15:12:51 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-07-05 20:16:49 +0000 |
| commit | 09de5cd2c170b19e04e37439a712da52a0535015 (patch) | |
| tree | e4753428a1edfa270054393d08c543b0f3d4e692 /drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c | |
| parent | drm/amd/display: Fix null timing generator resource (diff) | |
| download | kernel-09de5cd2c170b19e04e37439a712da52a0535015.tar.gz kernel-09de5cd2c170b19e04e37439a712da52a0535015.zip | |
drm/amd/display: Move all linux includes into OS types
Move all linux includes into OS types.
Acked-by: Alan Liu <[email protected]>
Signed-off-by: Harry Wentland <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c b/drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c index 7a8cec2d7a90..6fd38cdd68c0 100644 --- a/drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c +++ b/drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c @@ -23,9 +23,6 @@ * */ -#include <linux/delay.h> -#include <linux/slab.h> - #include "dm_services.h" #include "include/gpio_interface.h" |
