From: Andres Salomon Date: Fri, 11 Feb 2011 01:54:24 +0000 (-0800) Subject: staging: olpc_dcon: move more variables into dcon_priv X-Git-Tag: v2.6.39-rc1~469^2~578 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbe963f1b98c90980e33086d726f0963e286d1b4;p=pandora-kernel.git staging: olpc_dcon: move more variables into dcon_priv This moves dcon_source and dcon_pending into the dcon_priv struct. Because these variables are used by the IRQ handler (which is registered in the model-specific callbacks), we end up needing to move dcon_priv into olpc_dcon.h. This also changes the IRQ registration to use the dcon_priv pointer as dev_id, instead of dcon_driver. Signed-off-by: Andres Salomon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed