1. 26 8月, 2014 1 次提交
    • J
      drm: sti: Add missing dependency on RESET_CONTROLLER · f5ec6c4b
      Jingoo Han 提交于
      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: NJingoo Han <jg1.han@samsung.com>
      f5ec6c4b
  2. 31 7月, 2014 3 次提交