From: Randy Dunlap Date: Mon, 21 Mar 2011 15:51:43 +0000 (-0700) Subject: staging/rtl81*: build as loadable modules only X-Git-Tag: v2.6.39-rc3~18^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ba253b07a3d8e58160690320e9cfbe199bb88e;p=pandora-kernel.git staging/rtl81*: build as loadable modules only These 3 drivers contain much duplicated (triplicated) code, so building them as built-in results in many errors like: (.text+0x1b160): multiple definition of `ieee80211_sta_ps_sleep' Prevent this configuration by making them all buildable only as loadable modules (similar to the vt665[56] patch last week). Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed