[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)
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>

No differences found