commit | 45e45ab45c266642276d01e56d9fb5dccbfad960 | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Mon May 16 08:26:38 2005 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 27 14:43:59 2005 -0700 |
tree | 146b07b7ffde3ab3b38b3159aca5db7b5e3467ae | |
parent | 391eca9d8892a940ff8dbfee2ca78942e05c2d37 [diff] |
[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 <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>