From: David Brownell Date: Mon, 13 Jun 2005 13:55:03 +0000 (-0700) Subject: [PATCH] USB: resolve ethernet gadget build glitch on pxa X-Git-Tag: v2.6.13-rc1~51^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822e14ac222d1dad3f5393b75603f0455aebbefc;p=pandora-kernel.git [PATCH] USB: resolve ethernet gadget build glitch on pxa This fixes a build error on pxa25x processes with pxa2xx_udc and CONFIG_USB_ETH=m # CONFIG_USB_ETH_RNDIS is not set The error is because on that CPU there's no status transfer support except with RNDIS. Workaround, enable the RNDIS support too. Signed-off-by: Ian Campbell Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed