Commit 697d7150 authored by Alex Deucher's avatar Alex Deucher
Browse files

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 dd9212a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
 *
 */

#include <linux/slab.h>

#include "dm_services.h"
#include "dc.h"