From: Alan Cox Date: Fri, 7 Aug 2009 18:24:36 +0000 (+0100) Subject: Staging: sep: Use filp->private_data to create proper device instances X-Git-Tag: v2.6.32-rc1~668^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca605bb68ccd1216871659371497f1e6a2543dc4;p=pandora-kernel.git Staging: sep: Use filp->private_data to create proper device instances Move from using a sep_dev global. The workqueue still uses it and we use the pointer in order to know if a device was found. This requires some restructuring as the pci probe and the init module logic are all rather messed up and only worked by luck. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed