projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b9201
)
amdkfd: test_kq() can be static
author
kbuild test robot
<
[email protected]
>
Thu, 20 Nov 2014 08:08:14 +0000
(16:08 +0800)
committer
Oded Gabbay
<
[email protected]
>
Thu, 20 Nov 2014 08:08:14 +0000
(16:08 +0800)
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Fengguang Wu <
[email protected]
>
Signed-off-by: Oded Gabbay <
[email protected]
>
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
b/drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
index 555af45142378aae391b1e7daafe197049ef7c0a..424ddccafd4fdb698c05c0959b935179a1d0ecf1 100644
(file)
--- a/
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
+++ b/
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
@@
-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;