drm/amd/display: remove some unused wrappers
authorDave Airlie <airlied@redhat.com>
Tue, 13 Dec 2016 06:41:06 +0000 (16:41 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:06:01 +0000 (17:06 -0400)
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c

index 9d51259..9c852a3 100644 (file)
 #include "amdgpu_dm_types.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.
  *****************************************************************************/