Skip to content

Commit

Permalink
drm/amdgpu/display: include slab.h in dcn21_resource.c
Browse files Browse the repository at this point in the history
It's apparently needed in some configurations.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher committed Sep 24, 2019
1 parent dd9212a commit 697d715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/amd/display/dc/dcn21/dcn21_resource.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
*
*/

#include <linux/slab.h>

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

Expand Down

0 comments on commit 697d715

Please sign in to comment.