USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS
authorMichal Nazarewicz <m.nazarewicz@samsung.com>
Mon, 30 Nov 2009 09:55:40 +0000 (10:55 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:27 +0000 (11:55 -0800)
commit396cda90d228d0851f3d64c7c85a1ecf6b8ae1e8
tree9fc9df689e3d9e38b51d2a50d7bf0feb2978e1d8
parent3f0479e00a3fca9590ae8d9edc4e9c47b7fa0610
USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS

If g_ether and g_multi are both built CONFIG_USB_ETH_RNDIS symbol
may be redefined in the later and, whats even worse, g_ether's settings
may affect g_multi's.  This adds a USB_ETH_RNDIS symbol defined at the
beginning of ether.c and multi.c according toproper KConfig settings.

Signed-off-by: Michal Nazarewicz <m.nazarewicz@samsung.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/ether.c
drivers/usb/gadget/multi.c
drivers/usb/gadget/u_ether.h