aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv/ChannelMgmt.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-17 20:22:08 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:01:55 -0400
commita0086dc512ba6c2161dcf48195daf177ad0c3615 (patch)
treee8bc0107d6606c843b73178889680b5b59b2dc94 /drivers/staging/hv/ChannelMgmt.c
parent3523a805fd2462e7df1c3601c25a7a8df2f8f6a9 (diff)
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/ChannelMgmt.c')
-rw-r--r--drivers/staging/hv/ChannelMgmt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/hv/ChannelMgmt.c b/drivers/staging/hv/ChannelMgmt.c
index 79770c84bdd..4680e14e679 100644
--- a/drivers/staging/hv/ChannelMgmt.c
+++ b/drivers/staging/hv/ChannelMgmt.c
@@ -22,6 +22,8 @@
22 */ 22 */
23 23
24 24
25#include <linux/kernel.h>
26#include <linux/mm.h>
25#include "include/osd.h" 27#include "include/osd.h"
26#include "include/logging.h" 28#include "include/logging.h"
27 29