Skip to content

Commit f0d1be1

Browse files
caihuoqing1990andersson
authored andcommitted
rpmsg: virtio: Remove unused including <linux/of_device.h>
Remove including <linux/of_device.h> that don't need it. Signed-off-by: Cai Huoqing <[email protected]> Reviewed-by: Mathieu Poirier <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 54c9237 commit f0d1be1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rpmsg/virtio_rpmsg_bus.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <linux/kernel.h>
1818
#include <linux/module.h>
1919
#include <linux/mutex.h>
20-
#include <linux/of_device.h>
2120
#include <linux/rpmsg.h>
2221
#include <linux/rpmsg/byteorder.h>
2322
#include <linux/rpmsg/ns.h>

0 commit comments

Comments
 (0)