]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitaa37101d8a7f771b324334c088c95184ea8f7b00
tree6202f82a40fb1de8699989da845604723543ecd6
parent27eb5ef7f04f18da5105c45b4661d6bddb45457d
[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