From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCHv3 vringh] caif_virtio: Introduce caif over virtio Date: Mon, 18 Mar 2013 14:15:36 +1030 Message-ID: <87ip4ps74v.fsf@rustcorp.com.au> References: <1363340537-16011-1-git-send-email-erwan.yvin@stericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S. Miller" , Rusty Russel , Sjur Braendeland , Linus Walleij , virtualization , netdev To: Ohad Ben-Cohen , Erwan Yvin Return-path: Received: from ozlabs.org ([203.10.76.45]:44720 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751989Ab3CRISL (ORCPT ); Mon, 18 Mar 2013 04:18:11 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: Ohad Ben-Cohen writes: > Hi Erwan, > > On Fri, Mar 15, 2013 at 11:42 AM, Erwan Yvin wrote: >> +++ b/drivers/net/caif/caif_virtio.c ... >> +#include > > The driver looks nicely decoupled from remoteproc - do you still need > remoteproc.h ? Seems not. Thanks, Rusty. caif_virtio: remove unneeded remoteproc.h Reported-by: Ohad Ben-Cohen Signed-off-by: Rusty Russell diff --git a/drivers/net/caif/caif_virtio.c b/drivers/net/caif/caif_virtio.c index 6a745dd..b1e1205 100644 --- a/drivers/net/caif/caif_virtio.c +++ b/drivers/net/caif/caif_virtio.c @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include