summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/os_types.h
diff options
context:
space:
mode:
authorHarry Wentland <harry.wentland@amd.com>2019-11-22 10:12:51 -0500
committerAlex Deucher <alexander.deucher@amd.com>2022-07-05 16:16:49 -0400
commit09de5cd2c170b19e04e37439a712da52a0535015 (patch)
treee4753428a1edfa270054393d08c543b0f3d4e692 /drivers/gpu/drm/amd/display/dc/os_types.h
parentc1127df9515ca781940927deffc5ae657ed73a5f (diff)
downloadlinux-stable-09de5cd2c170b19e04e37439a712da52a0535015.tar.gz
linux-stable-09de5cd2c170b19e04e37439a712da52a0535015.tar.bz2
linux-stable-09de5cd2c170b19e04e37439a712da52a0535015.zip
drm/amd/display: Move all linux includes into OS types
Move all linux includes into OS types. Acked-by: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: Harry Wentland <harry.wentland@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/os_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/os_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h
index 981a9ed6fb61..795dd486b6d6 100644
--- a/drivers/gpu/drm/amd/display/dc/os_types.h
+++ b/drivers/gpu/drm/amd/display/dc/os_types.h
@@ -27,17 +27,20 @@
#ifndef _OS_TYPES_H_
#define _OS_TYPES_H_
+#include <linux/slab.h>
#include <linux/kgdb.h>
#include <linux/kref.h>
#include <linux/types.h>
-#include <linux/slab.h>
#include <linux/delay.h>
+#include <linux/mm.h>
#include <asm/byteorder.h>
#include <drm/display/drm_dp_helper.h>
#include <drm/drm_print.h>
+#include <drm/drm_print.h>
+
#include "cgs_common.h"
#if defined(__BIG_ENDIAN) && !defined(BIGENDIAN_CPU)