diff mbox

Fix build issue with 15_10 config with amdgpu

Message ID 1446491708-1114-1-git-send-email-jim.bish@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Bish, Jim Nov. 2, 2015, 7:15 p.m. UTC
From: Jim Bish <jim.bish@intel.com>

Signed-off-by: Jim Bish <jim.bish@intel.com>
---
 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
index 0587bb2..15dd6fd 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
@@ -3139,6 +3139,7 @@  static int dce_v10_0_resume(void *handle)
 	dce_v10_0_pageflip_interrupt_init(adev);
 
 	return ret;
+}
 
 static bool dce_v10_0_is_idle(void *handle)
 {