Commit 55b99b46 authored by Dave Airlie's avatar Dave Airlie Committed by Alex Deucher

drm/amd/display: remove some unused wrappers

Signed-off-by: default avatarDave Airlie <airlied@redhat.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 1964cb73
...@@ -36,10 +36,6 @@ ...@@ -36,10 +36,6 @@
#include "amdgpu_dm_types.h" #include "amdgpu_dm_types.h"
#include "amdgpu_pm.h" #include "amdgpu_pm.h"
#define dm_alloc(size) kzalloc(size, GFP_KERNEL)
#define dm_realloc(ptr, size) krealloc(ptr, size, GFP_KERNEL)
#define dm_free(ptr) kfree(ptr)
/****************************************************************************** /******************************************************************************
* IRQ Interfaces. * IRQ Interfaces.
*****************************************************************************/ *****************************************************************************/
......
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