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

virtio-rng: 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 6bbc2b63
......@@ -11,6 +11,7 @@
#include <linux/virtio.h>
#include <linux/virtio_rng.h>
#include <linux/module.h>
#include <linux/slab.h>
static DEFINE_IDA(rng_index_ida);
......
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