Commit b4c8e6da authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher
parent 71afd9d1
...@@ -75,7 +75,9 @@ ...@@ -75,7 +75,9 @@
BREAK_TO_DEBUGGER(); \ BREAK_TO_DEBUGGER(); \
} while (0) } while (0)
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
#include <asm/fpu/api.h> #include <asm/fpu/api.h>
#endif
#define dm_alloc(size) kzalloc(size, GFP_KERNEL) #define dm_alloc(size) kzalloc(size, GFP_KERNEL)
#define dm_realloc(ptr, size) krealloc(ptr, size, GFP_KERNEL) #define dm_realloc(ptr, size) krealloc(ptr, size, GFP_KERNEL)
......
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