提交 7347a6cb 编写于 作者: K kbuild test robot 提交者: Oded Gabbay

amdkfd: pqm_get_kernel_queue() 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>
上级 5ef360ea
......@@ -325,7 +325,8 @@ int pqm_update_queue(struct process_queue_manager *pqm, unsigned int qid,
return 0;
}
struct kernel_queue *pqm_get_kernel_queue(struct process_queue_manager *pqm,
static __attribute__((unused)) struct kernel_queue *pqm_get_kernel_queue(
struct process_queue_manager *pqm,
unsigned int qid)
{
struct process_queue_node *pqn;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册