Staging: hv: remove Sources.c
It's a .c file including other .c files, ick.
Remove that mess now that the header files are unwound.
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/drivers/staging/hv/Hv.c b/drivers/staging/hv/Hv.c
index 438bc2e..c228e60 100644
--- a/drivers/staging/hv/Hv.c
+++ b/drivers/staging/hv/Hv.c
@@ -21,8 +21,9 @@
*
*/
+#include <linux/kernel.h>
+#include <linux/mm.h>
#include <linux/vmalloc.h>
-#include <asm/io.h>
#include "include/logging.h"
#include "VmbusPrivate.h"