[PATCH] USB: remove include of asm/usb.h in ohci-ppc-soc.c
authorDale Farnsworth <dale@farnsworth.org>
Thu, 11 Aug 2005 00:25:25 +0000 (17:25 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 23:28:26 +0000 (16:28 -0700)
commit4fbd55f03e294d18bd7a5c4c98974e157f6f84e7
tree6202f82a40fb1de8699989da845604723543ecd6
parent8f34c2883b894b9a97f07b23b5b86fd65ecd2f85
[PATCH] USB: remove include of asm/usb.h in ohci-ppc-soc.c

ohci-ppc-soc.c provides for a platform-specific callback mechanism for
when the HC is successfully probed or removed.  It turned out that none
of the 3 platforms using it need this facility. Also the required
include/asm-ppc/usb.h has never been accepted.  This patch removes the
callback feature and the include of <asm/usb.h>.

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-ppc-soc.c