From: Richard Purdie Date: Mon, 28 Nov 2005 22:15:46 +0000 (+0000) Subject: [PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusion X-Git-Tag: v2.6.16-rc1~474^2~22^2~10^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e36d20897ff8317e722fceb4d9eea3e4a5906b;p=pandora-kernel.git [PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusion The device data in ohci-pxa27x is a struct hcd, not a struct ohci_hcd. This correct the suspend/resume calls to account for this and adds some code to invalidate the platform data when the module is removed. Signed-off-by: Richard Purdie Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed