Skip to content

Commit

Permalink
drm/amdkfd: Remove unused function busy_wait()
Browse files Browse the repository at this point in the history
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Oded Gabbay committed Jan 15, 2015
1 parent 99331a5 commit c51841f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
#include "cik_regs.h"
#include "cik_structs.h"

inline void busy_wait(unsigned long ms)
{
while (time_before(jiffies, ms))
cpu_relax();
}

static inline struct cik_mqd *get_mqd(void *mqd)
{
return (struct cik_mqd *)mqd;
Expand Down

0 comments on commit c51841f

Please sign in to comment.