Staging: hv: move hyperv code out of staging directory
[deliverable/linux.git] / drivers / staging / hv / storvsc_drv.c
index e412716326096a3332efd25163034326082a38c1..af185abbaa738917f3984feed9b931cac11b1d70 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/slab.h>
 #include <linux/module.h>
 #include <linux/device.h>
+#include <linux/hyperv.h>
 #include <scsi/scsi.h>
 #include <scsi/scsi_cmnd.h>
 #include <scsi/scsi_host.h>
@@ -40,7 +41,6 @@
 #include <scsi/scsi_devinfo.h>
 #include <scsi/scsi_dbg.h>
 
-#include "hyperv.h"
 
 #define STORVSC_RING_BUFFER_SIZE                       (20*PAGE_SIZE)
 static int storvsc_ringbuffer_size = STORVSC_RING_BUFFER_SIZE;
This page took 0.023745 seconds and 5 git commands to generate.