Skip to content

Commit f091abe

Browse files
committed
virtio_input: pull in slab.h
In preparation to virtio header changes, include slab.h directly as this module is using it. Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent bf89a7c commit f091abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/virtio/virtio_input.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <linux/virtio.h>
44
#include <linux/virtio_config.h>
55
#include <linux/input.h>
6+
#include <linux/slab.h>
67

78
#include <uapi/linux/virtio_ids.h>
89
#include <uapi/linux/virtio_input.h>

0 commit comments

Comments
 (0)