Commit c51841fb authored by Oded Gabbay's avatar Oded Gabbay

drm/amdkfd: Remove unused function busy_wait()

Signed-off-by: default avatarOded Gabbay <oded.gabbay@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 99331a51
...@@ -28,12 +28,6 @@ ...@@ -28,12 +28,6 @@
#include "cik_regs.h" #include "cik_regs.h"
#include "cik_structs.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) static inline struct cik_mqd *get_mqd(void *mqd)
{ {
return (struct cik_mqd *)mqd; return (struct cik_mqd *)mqd;
......
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