mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
drm/amdgpu/userq: use consistent function naming
s/userqueue/userq/ 1. remove the mix of amdgpu_userqueue and amdgpu_userq 2. to be consistent with other amdgpu_userq_fence.c 3. it's shorter Reviewed-by: Prike Liang <Prike.Liang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#ifndef MES_USERQ_H
|
||||
#define MES_USERQ_H
|
||||
#include "amdgpu_userqueue.h"
|
||||
#include "amdgpu_userq.h"
|
||||
|
||||
extern const struct amdgpu_userq_funcs userq_mes_funcs;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user