From: Andres Salomon Date: Mon, 1 Oct 2012 21:45:50 +0000 (-0700) Subject: staging/olpc_dcon: move wait queue into dcon_priv struct X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c40f20da3b3f0738ced45533c743217e00090062;p=pandora-kernel.git staging/olpc_dcon: move wait queue into dcon_priv struct Another global variable (dcon_wait_queue) moved into the dcon_priv struct. In the process, replace an instance of a manually implemented wait_event_timeout. This code came from Jordan's original gxfb_dcon.c driver waaaay back in 2006; well past time for a replacement. Signed-off-by: Andres Salomon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed