nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()
[pandora-kernel.git] / drivers / virtio / virtio_ring.c
index 4acf888..c7a2c20 100644 (file)
@@ -21,6 +21,7 @@
 #include <linux/virtio_config.h>
 #include <linux/device.h>
 #include <linux/slab.h>
+#include <linux/module.h>
 
 /* virtio guest is communicating with a virtual "device" that actually runs on
  * a host processor.  Memory barriers are used to control SMP effects. */