From: Dale Farnsworth Date: Thu, 11 Aug 2005 00:25:25 +0000 (-0700) Subject: [PATCH] USB: remove include of asm/usb.h in ohci-ppc-soc.c X-Git-Tag: v2.6.14-rc1~492^2~18^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fbd55f03e294d18bd7a5c4c98974e157f6f84e7;p=pandora-kernel.git [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 . Signed-off-by: Dale Farnsworth Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed