linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rpmsg: virtio: Remove unused including <linux/of_device.h>
@ 2021-08-11 12:31 Cai Huoqing
  2021-09-09 18:03 ` Mathieu Poirier
  2021-10-09  0:30 ` (subset) " Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Cai Huoqing @ 2021-08-11 12:31 UTC (permalink / raw)
  To: ohad, bjorn.andersson, mathieu.poirier; +Cc: linux-remoteproc, Cai Huoqing

Remove including <linux/of_device.h> that don't need it.

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
---
 drivers/rpmsg/virtio_rpmsg_bus.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
index 8e49a3bacfc7..a0634ef0420b 100644
--- a/drivers/rpmsg/virtio_rpmsg_bus.c
+++ b/drivers/rpmsg/virtio_rpmsg_bus.c
@@ -17,7 +17,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/mutex.h>
-#include <linux/of_device.h>
 #include <linux/rpmsg.h>
 #include <linux/rpmsg/byteorder.h>
 #include <linux/rpmsg/ns.h>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] rpmsg: virtio: Remove unused including <linux/of_device.h>
  2021-08-11 12:31 [PATCH] rpmsg: virtio: Remove unused including <linux/of_device.h> Cai Huoqing
@ 2021-09-09 18:03 ` Mathieu Poirier
  2021-10-09  0:30 ` (subset) " Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Poirier @ 2021-09-09 18:03 UTC (permalink / raw)
  To: Cai Huoqing; +Cc: Ohad Ben-Cohen, Bjorn Andersson, linux-remoteproc

On Wed, 11 Aug 2021 at 06:31, Cai Huoqing <caihuoqing@baidu.com> wrote:
>
> Remove including <linux/of_device.h> that don't need it.
>
> Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
> ---
>  drivers/rpmsg/virtio_rpmsg_bus.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/rpmsg/virtio_rpmsg_bus.c b/drivers/rpmsg/virtio_rpmsg_bus.c
> index 8e49a3bacfc7..a0634ef0420b 100644
> --- a/drivers/rpmsg/virtio_rpmsg_bus.c
> +++ b/drivers/rpmsg/virtio_rpmsg_bus.c
> @@ -17,7 +17,6 @@
>  #include <linux/kernel.h>
>  #include <linux/module.h>
>  #include <linux/mutex.h>
> -#include <linux/of_device.h>

Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>

>  #include <linux/rpmsg.h>
>  #include <linux/rpmsg/byteorder.h>
>  #include <linux/rpmsg/ns.h>
> --
> 2.25.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (subset) [PATCH] rpmsg: virtio: Remove unused including <linux/of_device.h>
  2021-08-11 12:31 [PATCH] rpmsg: virtio: Remove unused including <linux/of_device.h> Cai Huoqing
  2021-09-09 18:03 ` Mathieu Poirier
@ 2021-10-09  0:30 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2021-10-09  0:30 UTC (permalink / raw)
  To: mathieu.poirier, ohad, Cai Huoqing; +Cc: linux-remoteproc

On Wed, 11 Aug 2021 20:31:25 +0800, Cai Huoqing wrote:
> Remove including <linux/of_device.h> that don't need it.
> 
> 

Applied, thanks!

[1/1] rpmsg: virtio: Remove unused including <linux/of_device.h>
      commit: f0d1be1482aaab1aaadf68aa959f6d4c098a8e8f

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-09  0:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-11 12:31 [PATCH] rpmsg: virtio: Remove unused including <linux/of_device.h> Cai Huoqing
2021-09-09 18:03 ` Mathieu Poirier
2021-10-09  0:30 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).