Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 4d06ccd0
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@
#ifndef _OS_TYPES_H_
#define _OS_TYPES_H_

#if defined __KERNEL__

#include <asm/byteorder.h>
#include <linux/types.h>
#include <drm/drmP.h>
@@ -54,6 +52,8 @@

#define dm_vlog(fmt, args) vprintk(fmt, args)

#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
#include <asm/fpu/api.h>
#endif

/*
@@ -89,8 +89,4 @@
	BREAK_TO_DEBUGGER(); \
} while (0)

#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
#include <asm/fpu/api.h>
#endif

#endif /* _OS_TYPES_H_ */