diff options
author | Huang Rui <ray.huang@amd.com> | 2016-07-16 01:04:22 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-29 14:37:09 -0400 |
commit | eadf95431722b65d6cde23bce82c3dc37fc2aaad (patch) | |
tree | de00662f7a8c9438960538d23a82e87adeff0a2e | |
parent | 529d8c5ae3f2122dc6413e344072b744ca8d8aad (diff) |
drm/amdgpu: make amdgpu_cgs_call_acpi_method as static
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>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c index d637b8fc7dce..347f458d3c31 100644 --- 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, | |||
1076 | } | 1076 | } |
1077 | #endif | 1077 | #endif |
1078 | 1078 | ||
1079 | int amdgpu_cgs_call_acpi_method(struct cgs_device *cgs_device, | 1079 | static int amdgpu_cgs_call_acpi_method(struct cgs_device *cgs_device, |
1080 | uint32_t acpi_method, | 1080 | uint32_t acpi_method, |
1081 | uint32_t acpi_function, | 1081 | uint32_t acpi_function, |
1082 | void *pinput, void *poutput, | 1082 | void *pinput, void *poutput, |