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:
529d8c5
)
drm/amdgpu: make amdgpu_cgs_call_acpi_method as static
author
Huang Rui
<ray.huang@amd.com>
Sat, 16 Jul 2016 05:04:22 +0000
(13:04 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 29 Jul 2016 18:37:09 +0000
(14:37 -0400)
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
index d637b8fc7dceacb5b0e0350d259b8308e31f5fb5..347f458d3c311a31eacda2e0fea4d42247f6dc97 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c
@@
-1076,7
+1076,7
@@
static int amdgpu_cgs_acpi_eval_object(struct cgs_device *cgs_device,
}
#endif
-int amdgpu_cgs_call_acpi_method(struct cgs_device *cgs_device,
+
static
int amdgpu_cgs_call_acpi_method(struct cgs_device *cgs_device,
uint32_t acpi_method,
uint32_t acpi_function,
void *pinput, void *poutput,