All of lore.kernel.org
 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

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 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.