summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/Hv.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-08-20 19:13:27 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 19:01:58 (GMT)
commit6658be6ad728c347df33b8593b75aafa3c52eeba (patch)
tree8ef02e43e0810ad57c2f8ae864872729e2a7572b /drivers/staging/hv/Hv.h
parent0d08737cadc38515695540522cd8ceaa975506b4 (diff)
downloadlinux-fsl-qoriq-6658be6ad728c347df33b8593b75aafa3c52eeba.tar.xz
Staging: hv: create hv_api.h
Merge the different include/Hv*Api.h files together into hv_api.h as they really don't justify separate files. No code was changed here, only moving stuff around. Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/Hv.h')
-rw-r--r--drivers/staging/hv/Hv.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/hv/Hv.h b/drivers/staging/hv/Hv.h
index 3f205c69..67f47a2 100644
--- a/drivers/staging/hv/Hv.h
+++ b/drivers/staging/hv/Hv.h
@@ -26,10 +26,7 @@
#define __HV_H__
#include "include/HvStatus.h"
-#include "include/HvVpApi.h"
-#include "include/HvSynicApi.h"
-#include "include/HvHcApi.h"
-#include "include/HvPtApi.h"
+#include "hv_api.h"
enum {
VMBUS_MESSAGE_CONNECTION_ID = 1,