]> git.karo-electronics.de Git - mv-sheeva.git/commit
staging/rtl81*: build as loadable modules only
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 21 Mar 2011 15:51:43 +0000 (08:51 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 05:46:15 +0000 (22:46 -0700)
commit84ba253b07a3d8e58160690320e9cfbe199bb88e
tree1a04ac2b0e5a34c94132138a4cd39661f64a6981
parentd571a566203e9dd6587b4db26e057817f2598318
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 <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8187se/Kconfig
drivers/staging/rtl8192e/Kconfig
drivers/staging/rtl8192u/Kconfig