Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f998351c755a0e87785f2616c4f91f1b3b19b149
Commit:     f998351c755a0e87785f2616c4f91f1b3b19b149
Parent:     4942de4a0e914f205d351a81873f4f63986bcc3c
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Sun Sep 30 20:35:39 2007 -0400
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Sun Sep 30 20:35:39 2007 -0400

    [PATCH] libertas: build problems when partially modular
    
    Fix missing symbols in libertas USB driver when it is modular and rest
    of libertas is built-in.
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile
index ef35bc6..4eb6d97 100644
--- a/drivers/net/wireless/Makefile
+++ b/drivers/net/wireless/Makefile
@@ -43,7 +43,7 @@ obj-$(CONFIG_PCMCIA_RAYCS)    += ray_cs.o
 obj-$(CONFIG_PCMCIA_WL3501)    += wl3501_cs.o
 
 obj-$(CONFIG_USB_ZD1201)       += zd1201.o
-obj-$(CONFIG_LIBERTAS_USB)     += libertas/
+obj-$(CONFIG_LIBERTAS)         += libertas/
 
 rtl8187-objs           := rtl8187_dev.o rtl8187_rtl8225.o
 obj-$(CONFIG_RTL8187)  += rtl8187.o
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to