From patchwork Mon Mar 18 03:46:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rusty Russell X-Patchwork-Id: 228396 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 721672C0084 for ; Mon, 18 Mar 2013 19:18:18 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752127Ab3CRISQ (ORCPT ); Mon, 18 Mar 2013 04:18:16 -0400 Received: from ozlabs.org ([203.10.76.45]:32783 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751979Ab3CRISL (ORCPT ); Mon, 18 Mar 2013 04:18:11 -0400 Received: by ozlabs.org (Postfix, from userid 1011) id 849A72C0084; Mon, 18 Mar 2013 19:18:10 +1100 (EST) From: Rusty Russell To: Erwan Yvin , "David S. Miller" , Rusty Russel Cc: Sjur Braendeland , Linus Walleij , Ohad Ben-Cohen , virtualization , netdev , Erwan Yvin Subject: Re: [PATCHv3 vringh] caif_virtio: Introduce caif over virtio In-Reply-To: <1363340537-16011-1-git-send-email-erwan.yvin@stericsson.com> References: <1363340537-16011-1-git-send-email-erwan.yvin@stericsson.com> User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/23.4.1 (i686-pc-linux-gnu) Date: Mon, 18 Mar 2013 14:16:17 +1030 Message-ID: <87fvzts73q.fsf@rustcorp.com.au> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Erwan Yvin writes: > From: Erwan Yvin > > 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 --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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.