The filename definition must have been a leftover from a previous rename operation.
Signed-off-by: Alexandre Demers <alexandre.f.dem...@gmail.com> --- drivers/gpu/drm/amd/display/dc/dce/dce_audio.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_audio.h b/drivers/gpu/drm/amd/display/dc/dce/dce_audio.h index 4eab9daa8754..1ac11ae4d079 100644 --- a/drivers/gpu/drm/amd/display/dc/dce/dce_audio.h +++ b/drivers/gpu/drm/amd/display/dc/dce/dce_audio.h @@ -22,8 +22,8 @@ * Authors: AMD * */ -#ifndef __DAL_AUDIO_DCE_110_H__ -#define __DAL_AUDIO_DCE_110_H__ +#ifndef __DCE_AUDIO_H__ +#define __DCE_AUDIO_H__ #include "audio.h" @@ -175,4 +175,4 @@ void dce_aud_wall_dto_setup(struct audio *audio, const struct audio_crtc_info *crtc_info, const struct audio_pll_info *pll_info); -#endif /*__DAL_AUDIO_DCE_110_H__*/ +#endif /*__DCE_AUDIO_H__*/ -- 2.49.0