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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);