[PATCH] USB: Correct ohci-pxa27x suspend/resume struct confusion
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 28 Nov 2005 22:15:46 +0000 (22:15 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:51:40 +0000 (13:51 -0800)
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>

No differences found