projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b90f9
)
vdpa_sim: remove unnecessary headers inclusion
author
Stefano Garzarella
<sgarzare@redhat.com>
Tue, 15 Dec 2020 14:42:40 +0000
(15:42 +0100)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 18 Dec 2020 21:14:28 +0000
(16:14 -0500)
Some headers are not necessary, so let's remove them to do
some cleaning.
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Link:
https://lore.kernel.org/r/20201215144256.155342-3-sgarzare@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/vdpa_sim/vdpa_sim.c
patch
|
blob
|
history
diff --git
a/drivers/vdpa/vdpa_sim/vdpa_sim.c
b/drivers/vdpa/vdpa_sim/vdpa_sim.c
index 6a90fdb9cbfc6f8070a43692b858f9349d577f0e..63b85541fb5e67a78f17cd4e43c8a8c55da06723 100644
(file)
--- a/
drivers/vdpa/vdpa_sim/vdpa_sim.c
+++ b/
drivers/vdpa/vdpa_sim/vdpa_sim.c
@@
-11,16
+11,9
@@
#include <linux/module.h>
#include <linux/device.h>
#include <linux/kernel.h>
-#include <linux/fs.h>
-#include <linux/poll.h>
#include <linux/slab.h>
#include <linux/sched.h>
-#include <linux/wait.h>
-#include <linux/uuid.h>
-#include <linux/iommu.h>
#include <linux/dma-map-ops.h>
-#include <linux/sysfs.h>
-#include <linux/file.h>
#include <linux/etherdevice.h>
#include <linux/vringh.h>
#include <linux/vdpa.h>