From: David Brownell Date: Mon, 16 May 2005 15:26:38 +0000 (-0700) Subject: [PATCH] USB: fix drivers/usb/gadget/ether.c compile error X-Git-Tag: v2.6.13-rc1~51^2~8^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e45ab45c266642276d01e56d9fb5dccbfad960;p=pandora-kernel.git [PATCH] USB: fix drivers/usb/gadget/ether.c compile error This fixes a compile glitch with CONFIG_USB_ETH_RNDIS disabled, and replaces some inline #ifdeffery (and other code) with inline functions which can evaluate to constants. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed