diff options
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gpu.h')
-rw-r--r-- | drivers/gpu/drm/msm/msm_gpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/msm/msm_gpu.h b/drivers/gpu/drm/msm/msm_gpu.h index 9b579b792840..38ef033c81f3 100644 --- a/drivers/gpu/drm/msm/msm_gpu.h +++ b/drivers/gpu/drm/msm/msm_gpu.h | |||
@@ -167,7 +167,7 @@ int msm_gpu_init(struct drm_device *drm, struct platform_device *pdev, | |||
167 | void msm_gpu_cleanup(struct msm_gpu *gpu); | 167 | void msm_gpu_cleanup(struct msm_gpu *gpu); |
168 | 168 | ||
169 | struct msm_gpu *a3xx_gpu_init(struct drm_device *dev); | 169 | struct msm_gpu *a3xx_gpu_init(struct drm_device *dev); |
170 | void __init a3xx_register(void); | 170 | void __init adreno_register(void); |
171 | void __exit a3xx_unregister(void); | 171 | void __exit adreno_unregister(void); |
172 | 172 | ||
173 | #endif /* __MSM_GPU_H__ */ | 173 | #endif /* __MSM_GPU_H__ */ |