From: Rusty Russell <rusty@rustcorp.com.au>
To: Ohad Ben-Cohen <ohad@wizery.com>, Erwan Yvin <erwan.yvin@stericsson.com>
Cc: "David S. Miller" <davem@davemloft.net>,
Rusty Russel <rusty@ruscorp.com.au>,
Sjur Braendeland <sjur.brandeland@stericsson.com>,
Linus Walleij <linus.walleij@stericsson.com>,
virtualization <virtualization@lists.linux-foundation.org>,
netdev <netdev@vger.kernel.org>
Subject: Re: [PATCHv3 vringh] caif_virtio: Introduce caif over virtio
Date: Mon, 18 Mar 2013 14:15:36 +1030 [thread overview]
Message-ID: <87ip4ps74v.fsf@rustcorp.com.au> (raw)
In-Reply-To: <CAK=WgbbV6mvYC+KeSKJR+jmrAy3Et5opzzno1_kaicMPdDxNXg@mail.gmail.com>
Ohad Ben-Cohen <ohad@wizery.com> writes:
> Hi Erwan,
>
> On Fri, Mar 15, 2013 at 11:42 AM, Erwan Yvin <erwan.yvin@stericsson.com> wrote:
>> +++ b/drivers/net/caif/caif_virtio.c
...
>> +#include <linux/remoteproc.h>
>
> 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 <ohad@wizery.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
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 <linux/interrupt.h>
#include <linux/netdevice.h>
#include <linux/rtnetlink.h>
-#include <linux/remoteproc.h>
#include <linux/virtio_ids.h>
#include <linux/virtio_caif.h>
#include <linux/virtio_ring.h>
next prev parent reply other threads:[~2013-03-18 8:18 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-15 9:42 [PATCHv3 vringh] caif_virtio: Introduce caif over virtio Erwan Yvin
2013-03-17 16:14 ` David Miller
2013-03-18 3:38 ` Rusty Russell
2013-03-18 3:38 ` Rusty Russell
2013-03-17 16:14 ` David Miller
2013-03-17 22:52 ` Ohad Ben-Cohen
2013-03-18 3:45 ` Rusty Russell [this message]
2013-03-18 3:45 ` Rusty Russell
2013-03-17 22:52 ` Ohad Ben-Cohen
2013-03-18 3:46 ` Rusty Russell
2013-03-18 3:46 ` Rusty Russell
-- strict thread matches above, loose matches on Subject: below --
2013-03-15 9:42 Erwan Yvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ip4ps74v.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=davem@davemloft.net \
--cc=erwan.yvin@stericsson.com \
--cc=linus.walleij@stericsson.com \
--cc=netdev@vger.kernel.org \
--cc=ohad@wizery.com \
--cc=rusty@ruscorp.com.au \
--cc=sjur.brandeland@stericsson.com \
--cc=virtualization@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.