projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf89a7c
)
virtio_input: pull in slab.h
author
Michael S. Tsirkin
<mst@redhat.com>
Tue, 7 Apr 2020 00:37:55 +0000
(20:37 -0400)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 17 Apr 2020 10:05:29 +0000
(06:05 -0400)
In preparation to virtio header changes, include slab.h directly as
this module is using it.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_input.c
patch
|
blob
|
history
diff --git
a/drivers/virtio/virtio_input.c
b/drivers/virtio/virtio_input.c
index 5ae529671b3d34b33813ec62bce0931d04c5f359..efaf65b0f42d08f563fa545d382067a941548aab 100644
(file)
--- a/
drivers/virtio/virtio_input.c
+++ b/
drivers/virtio/virtio_input.c
@@
-3,6
+3,7
@@
#include <linux/virtio.h>
#include <linux/virtio_config.h>
#include <linux/input.h>
+#include <linux/slab.h>
#include <uapi/linux/virtio_ids.h>
#include <uapi/linux/virtio_input.h>