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

Commit 20981e68 authored by Oded Gabbay's avatar Oded Gabbay
Browse files

amdkfd: is_occupied() can be static

parent 585dbf38
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ static int destroy_mqd(struct mqd_manager *mm, void *mqd,
					pipe_id, queue_id);
}

bool is_occupied(struct mqd_manager *mm, void *mqd,
static bool is_occupied(struct mqd_manager *mm, void *mqd,
			uint64_t queue_address,	uint32_t pipe_id,
			uint32_t queue_id)
{