summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2016-07-16 13:04:22 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-07-29 14:37:09 -0400
commiteadf95431722b65d6cde23bce82c3dc37fc2aaad (patch)
treede00662f7a8c9438960538d23a82e87adeff0a2e /drivers/gpu
parent529d8c5ae3f2122dc6413e344072b744ca8d8aad (diff)
downloadop-kernel-dev-eadf95431722b65d6cde23bce82c3dc37fc2aaad.zip
op-kernel-dev-eadf95431722b65d6cde23bce82c3dc37fc2aaad.tar.gz
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c2
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 d637b8f..347f458 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,
}
#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,
OpenPOWER on IntegriCloud