projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35af17b
)
drm/amdgpu: cleanup useless extern functions
author
Huang Rui
<ray.huang@amd.com>
Sat, 17 Dec 2016 05:08:44 +0000
(13:08 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 27 Jan 2017 16:12:43 +0000
(11:12 -0500)
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/vi_dpm.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/vi_dpm.h
b/drivers/gpu/drm/amd/amdgpu/vi_dpm.h
index fc120ba18aaddc9bb2b2ca8417e18063d8820d9e..c43e03fddfbad98abca8975c1f980a77395d42df 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/vi_dpm.h
+++ b/
drivers/gpu/drm/amd/amdgpu/vi_dpm.h
@@
-29,8
+29,4
@@
int cz_smu_init(struct amdgpu_device *adev);
int cz_smu_start(struct amdgpu_device *adev);
int cz_smu_fini(struct amdgpu_device *adev);
-extern const struct amd_ip_funcs tonga_dpm_ip_funcs;
-extern const struct amd_ip_funcs fiji_dpm_ip_funcs;
-extern const struct amd_ip_funcs iceland_dpm_ip_funcs;
-
#endif