1
0

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: Michael S. Tsirkin <mst@redhat.com>
Este cometimento está contido em:
Michael S. Tsirkin
2020-04-06 20:37:55 -04:00
ascendente 6bbc2b6303
cometimento b69df6cd0a

Ver ficheiro

@@ -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);