Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c51841fb authored by Oded Gabbay's avatar Oded Gabbay
Browse files

drm/amdkfd: Remove unused function busy_wait()

parent 99331a51
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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;