Skip to content
Commit f5ec6c4b authored by Jingoo Han's avatar Jingoo Han Committed by Benjamin Gaignard
Browse files

drm: sti: Add missing dependency on RESET_CONTROLLER



Add missing dependency on RESET_CONTROLLER in order to fix
the following build error.

drivers/gpu/drm/sti/sti_hdmi.c: In function 'sti_hdmi_probe'
drivers/gpu/drm/sti/sti_hdmi.c:780:2: error: implicit declaration of function 'devm_reset_control_get'
[-Werror=implicit-function-declaration]

Benjamin Gaignard remark:
I have change "depends on" to "select" but keep the original author name.

Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
parent 8e932cf0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment