提交 5ef360ea 编写于 作者: K kbuild test robot 提交者: Oded Gabbay

amdkfd: test_kq() can be static

Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NOded Gabbay <oded.gabbay@amd.com>
上级 16b9201c
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册