From: Michal Nazarewicz Date: Mon, 30 Nov 2009 09:55:40 +0000 (+0100) Subject: USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDIS X-Git-Tag: v2.6.33-rc1~315^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=396cda90d228d0851f3d64c7c85a1ecf6b8ae1e8;p=pandora-kernel.git 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 Cc: Marek Szyprowski Acked-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed