From: Dave Jones Date: Sat, 18 Jun 2011 00:02:10 +0000 (-0400) Subject: usbnet: Remove over-broad module alias from zaurus. X-Git-Tag: v3.0-rc6~16^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16adf5d07987d93675945f3cecf0e33706566005;p=pandora-kernel.git usbnet: Remove over-broad module alias from zaurus. This module and a bunch of dependancies are getting loaded on several of laptops I have (probably picking up the mobile broadband device), that have nothing to do with zaurus. Matching by class without any vendor/device pair isn't the right thing to do here, as it will prevent any other driver from correctly binding to it. (Or in the absense of a driver, will just waste time & memory by unnecessarily loading modules) Signed-off-by: Dave Jones Signed-off-by: David S. Miller --- Reading git-diff-tree failed