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

drm/amd/display: remove some unused wrappers

parent 1964cb73
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -36,10 +36,6 @@
#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.
 *****************************************************************************/