From: Mike Frysinger Date: Fri, 28 Mar 2008 21:41:15 +0000 (-0700) Subject: usb net: asix does not really need 10/100mbit X-Git-Tag: v2.6.25-rc9~99^2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6cbcad1ec0dbb08b640d1ca166a42dcb4fb8faa;p=pandora-kernel.git usb net: asix does not really need 10/100mbit The asix usb driver currently depends on NET_ETHERNET which means you cannot enable this driver if you only have 1000mbit enabled in your kernel. Since there is no real dependency between the NET_ETHERNET portion and the asix driver, simply drop it. Signed-off-by: Mike Frysinger Cc: Greg KH Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed