Commit f091abe8 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin

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: default avatarMichael S. Tsirkin <mst@redhat.com>
parent bf89a7c0
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment