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

Commit 5ef360ea authored by kbuild test robot's avatar kbuild test robot Committed by Oded Gabbay
Browse files

amdkfd: test_kq() can be static

parent 16b9201c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ void kernel_queue_uninit(struct kernel_queue *kq)
	kfree(kq);
}

void test_kq(struct kfd_dev *dev)
static __attribute__((unused)) void test_kq(struct kfd_dev *dev)
{
	struct kernel_queue *kq;
	uint32_t *buffer, i;