drm/amdgpu/display: include slab.h in dcn21_resource.c
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Sep 2019 20:56:25 +0000 (15:56 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 3 Oct 2019 14:11:01 +0000 (09:11 -0500)
It's apparently needed in some configurations.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c

index 3ca5139f1273498d31345ad4e788fa580441f32b..de182185fe1f558ff83f00b6b2c7e917941525bb 100644 (file)
@@ -23,6 +23,8 @@
  *
  */
 
+#include <linux/slab.h>
+
 #include "dm_services.h"
 #include "dc.h"