commit | a5e36d20897ff8317e722fceb4d9eea3e4a5906b | [log] [tgz] |
---|---|---|
author | Richard Purdie <rpurdie@rpsys.net> | Mon Nov 28 22:15:46 2005 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 04 13:51:40 2006 -0800 |
tree | ce2d7906a3980c0d31cf848d7f227409d4713092 | |
parent | 4c4c9432a6c916729c7296c47fe93b053a73e20c [diff] |
[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 <rpurdie@rpsys.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>