Guenter Roeck 6d4f0139d6 misc/vmw_vmci: Add dependency on CONFIG_NET
Building the vmw_vmci driver with CONFIG_NET undefined results in:

drivers/built-in.o: In function `__qp_memcpy_from_queue.isra.13':
vmci_queue_pair.c:(.text+0x1671a8): undefined reference to `memcpy_toiovec'
drivers/built-in.o: In function `__qp_memcpy_to_queue.isra.14':
vmci_queue_pair.c:(.text+0x167341): undefined reference to `memcpy_fromiovec'
make[1]: [vmlinux] Error 1 (ignored)

since memcpy_toiovec and memcpy_fromiovec are defined in the networking code.
Add the missing dependency.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-03 11:53:39 -07:00
..
2012-11-21 12:53:32 -08:00
2012-12-20 17:40:20 -08:00
2012-11-21 12:51:53 -08:00
2012-11-21 12:53:32 -08:00
2012-11-21 12:53:32 -08:00
2013-02-21 12:05:51 -08:00
2012-11-21 12:53:32 -08:00
2012-11-21 12:53:32 -08:00
2012-11-21 12:51:53 -08:00
2012-11-21 12:51:53 -08:00
2012-11-21 12:51:53 -08:00
2012-11-21 12:51:53 -08:00
2012-11-21 12:53:32 -08:00
2012-11-21 12:51:53 -08:00
2012-11-21 12:53:32 -08:00
2012-11-21 12:53:32 -08:00
2013-02-21 13:57:13 -08:00
2013-03-02 08:52:17 -06:00
2012-11-21 12:53:32 -08:00
2012-11-21 12:53:32 -08:00
2012-12-11 14:08:47 -08:00
2012-11-21 12:53:32 -08:00
2012-09-05 14:10:29 -07:00
2012-11-21 12:53:32 -08:00