drm/sti/sti_hda: Provide missing function names
authorLee Jones <lee.jones@linaro.org>
Wed, 2 Jun 2021 14:32:40 +0000 (15:32 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 3 Jun 2021 11:29:17 +0000 (13:29 +0200)
commit8fb84ac8911e41fa1b6f303b9dab24c3bf87d3b6
treeead7abb2dd5fd09e802e3c7f33dd46136be0e2ef
parent2f921c077069ed6b0671a4bc9431382b91e72c31
drm/sti/sti_hda: Provide missing function names

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/sti/sti_hda.c:283: warning: expecting prototype for Search for a video mode in the supported modes table(). Prototype was for hda_get_mode_idx() instead
 drivers/gpu/drm/sti/sti_hda.c:301: warning: expecting prototype for Enable the HD DACS(). Prototype was for hda_enable_hd_dacs() instead
 drivers/gpu/drm/sti/sti_hda.c:383: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst

Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Fabien Dessenne <fabien.dessenne@st.com>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210602143300.2330146-7-lee.jones@linaro.org
drivers/gpu/drm/sti/sti_hda.c