USB: ohci-pnx4008 build fixes
authorDavid Brownell <david-b@pacbell.net>
Mon, 2 Oct 2006 14:20:10 +0000 (07:20 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Oct 2006 21:46:30 +0000 (14:46 -0700)
commit8442ae00d47dad690ac1105b426274433dc672f8
tree629c48b66106bb16b069b54edcff52614381c880
parent1a2ea1dfc4ee078841cd6406ebf6bf0c5a3d25e9
USB: ohci-pnx4008 build fixes

The OHCI bus glue for the Philips PNX chips is missing a few calls.

 - Bus suspend/resume were wrongly omitted in the original submission.
 - Two new calls were added since that glue was submitted:
     * Root hub irq enable call
     * Shutdown hook for usbcore

Plus usb_bus.hcpriv has now been removed from usbcore.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-pnx4008.c