[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87fvzts73q.fsf@rustcorp.com.au>
Date: Mon, 18 Mar 2013 14:16:17 +1030
From: Rusty Russell <rusty@...tcorp.com.au>
To: Erwan Yvin <erwan.yvin@...ricsson.com>,
"David S. Miller" <davem@...emloft.net>,
Rusty Russel <rusty@...corp.com.au>
Cc: Sjur Braendeland <sjur.brandeland@...ricsson.com>,
Linus Walleij <linus.walleij@...ricsson.com>,
Ohad Ben-Cohen <ohad@...ery.com>,
virtualization <virtualization@...ts.linux-foundation.org>,
netdev <netdev@...r.kernel.org>,
Erwan Yvin <erwan.yvin@...ricsson.com>
Subject: Re: [PATCHv3 vringh] caif_virtio: Introduce caif over virtio
Erwan Yvin <erwan.yvin@...ricsson.com> writes:
> From: Erwan Yvin <erwan.yvin@...ricsson.com>
>
> Add the CAIF Virtio shared memory driver for talking
> to a modem.
I've added a minor build fix:
caif_virtio: fix compilation
ERROR: "gen_pool_add_virt" [drivers/net/caif/caif_virtio.ko] undefined!
ERROR: "gen_pool_create" [drivers/net/caif/caif_virtio.ko] undefined!
ERROR: "gen_pool_destroy" [drivers/net/caif/caif_virtio.ko] undefined!
ERROR: "gen_pool_free" [drivers/net/caif/caif_virtio.ko] undefined!
ERROR: "gen_pool_alloc" [drivers/net/caif/caif_virtio.ko] undefined!
Signed-off-by: Rusty Russell <rusty@...tcorp.com.au>
diff --git a/drivers/net/caif/Kconfig b/drivers/net/caif/Kconfig
index 676cfff..893f915 100644
--- a/drivers/net/caif/Kconfig
+++ b/drivers/net/caif/Kconfig
@@ -53,6 +53,7 @@ config CAIF_VIRTIO
depends on CAIF
select VHOST_RING
select VIRTIO
+ select GENERIC_ALLOCATOR
default n
---help---
The caif driver for CAIF over Virtio.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists