summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/Hv.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-08-18 02:22:08 +0200
committerGreg Kroah-Hartman2009-09-15 21:01:55 +0200
commita0086dc512ba6c2161dcf48195daf177ad0c3615 (patch)
treee8bc0107d6606c843b73178889680b5b59b2dc94 /drivers/staging/hv/Hv.c
parentStaging: hv: cleanup coding style issues in RingBuffer.h (diff)
downloadkernel-qcow2-linux-a0086dc512ba6c2161dcf48195daf177ad0c3615.tar.gz
kernel-qcow2-linux-a0086dc512ba6c2161dcf48195daf177ad0c3615.tar.xz
kernel-qcow2-linux-a0086dc512ba6c2161dcf48195daf177ad0c3615.zip
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>
Diffstat (limited to 'drivers/staging/hv/Hv.c')
-rw-r--r--drivers/staging/hv/Hv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/hv/Hv.c b/drivers/staging/hv/Hv.c
index 438bc2e42d39..c228e6053f65 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"