]> git.baikalelectronics.ru Git - kernel.git/commit
drm: sti: Add missing dependency on RESET_CONTROLLER
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Aug 2014 10:26:18 +0000 (12:26 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Tue, 26 Aug 2014 12:17:02 +0000 (14:17 +0200)
commitce318c1c8d077cea9ed90030b5033cab03a6abcb
tree6c8ed5d4ca8631233651844c8e18ac4da1df6b0f
parentd9d7f07e97ad57f67cbfcda05a0d8deb7d3c2e0c
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: Jingoo Han <jg1.han@samsung.com>
drivers/gpu/drm/sti/Kconfig