From patchwork Mon Mar 18 03:45:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rusty Russell X-Patchwork-Id: 228395 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 408A52C00C0 for ; Mon, 18 Mar 2013 19:18:17 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752102Ab3CRISN (ORCPT ); Mon, 18 Mar 2013 04:18:13 -0400 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 Received: by ozlabs.org (Postfix, from userid 1011) id 919DD2C00BD; Mon, 18 Mar 2013 19:18:10 +1100 (EST) From: Rusty Russell To: Ohad Ben-Cohen , Erwan Yvin Cc: "David S. Miller" , Rusty Russel , Sjur Braendeland , Linus Walleij , virtualization , netdev Subject: Re: [PATCHv3 vringh] caif_virtio: Introduce caif over virtio In-Reply-To: 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:15:36 +1030 Message-ID: <87ip4ps74v.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 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 --- 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/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