Commit 963aa22d authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher

drm/amd/display: Clean up os_types.h a bit

Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Acked-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4d06ccd0
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
#ifndef _OS_TYPES_H_ #ifndef _OS_TYPES_H_
#define _OS_TYPES_H_ #define _OS_TYPES_H_
#if defined __KERNEL__
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include <linux/types.h> #include <linux/types.h>
#include <drm/drmP.h> #include <drm/drmP.h>
...@@ -54,6 +52,8 @@ ...@@ -54,6 +52,8 @@
#define dm_vlog(fmt, args) vprintk(fmt, args) #define dm_vlog(fmt, args) vprintk(fmt, args)
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
#include <asm/fpu/api.h>
#endif #endif
/* /*
...@@ -89,8 +89,4 @@ ...@@ -89,8 +89,4 @@
BREAK_TO_DEBUGGER(); \ BREAK_TO_DEBUGGER(); \
} while (0) } while (0)
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
#include <asm/fpu/api.h>
#endif
#endif /* _OS_TYPES_H_ */ #endif /* _OS_TYPES_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