mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
amdkfd: test_kq() can be static
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
This commit is contained in:
parent
16b9201c62
commit
5ef360eab7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user