Commit d1249aae authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu/display: include slab.h in dcn21_resource.c

It's apparently needed in some configurations.
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 52510a40
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
* *
*/ */
#include <linux/slab.h>
#include "dm_services.h" #include "dm_services.h"
#include "dc.h" #include "dc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment