public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] misc/vmw_vmci: VMWARE_VMCI depends on NET
@ 2013-04-01  4:43 Guenter Roeck
  2013-04-01 16:11 ` Randy Dunlap
  2013-04-01 19:29 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 7+ messages in thread
From: Guenter Roeck @ 2013-04-01  4:43 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andy King, Greg Kroah-Hartman, Dmitry Torokhov, Guenter Roeck

Fix:

ERROR: "memcpy_toiovec" [drivers/misc/vmw_vmci/vmw_vmci.ko] undefined!
ERROR: "memcpy_fromiovec" [drivers/misc/vmw_vmci/vmw_vmci.ko] undefined!

Both functions are defined in the core networking code.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 drivers/misc/vmw_vmci/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/vmw_vmci/Kconfig b/drivers/misc/vmw_vmci/Kconfig
index 39c2eca..ea98f7e 100644
--- a/drivers/misc/vmw_vmci/Kconfig
+++ b/drivers/misc/vmw_vmci/Kconfig
@@ -4,7 +4,7 @@
 
 config VMWARE_VMCI
 	tristate "VMware VMCI Driver"
-	depends on X86 && PCI
+	depends on X86 && PCI && NET
 	help
 	  This is VMware's Virtual Machine Communication Interface.  It enables
 	  high-speed communication between host and guest in a virtual
-- 
1.7.9.7


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-01 22:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-01  4:43 [PATCH] misc/vmw_vmci: VMWARE_VMCI depends on NET Guenter Roeck
2013-04-01 16:11 ` Randy Dunlap
2013-04-01 19:29 ` Greg Kroah-Hartman
2013-04-01 20:02   ` Guenter Roeck
2013-04-01 20:11     ` Greg Kroah-Hartman
2013-04-01 22:17       ` Guenter Roeck
2013-04-01 21:53         ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox