Staging: hv: move osd.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 19 Aug 2009 23:14:47 +0000 (16:14 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:56 +0000 (12:01 -0700)
This moves osd.h out of the include/ subdirectory.

No code changes are made here.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
25 files changed:
drivers/staging/hv/BlkVsc.c
drivers/staging/hv/Channel.c
drivers/staging/hv/Channel.h
drivers/staging/hv/ChannelInterface.c
drivers/staging/hv/ChannelMgmt.c
drivers/staging/hv/ChannelMgmt.h
drivers/staging/hv/Connection.c
drivers/staging/hv/Hv.c
drivers/staging/hv/Hv.h
drivers/staging/hv/NetVsc.c
drivers/staging/hv/RingBuffer.c
drivers/staging/hv/RingBuffer.h
drivers/staging/hv/RndisFilter.c
drivers/staging/hv/RndisFilter.h
drivers/staging/hv/StorVsc.c
drivers/staging/hv/Vmbus.c
drivers/staging/hv/blkvsc_drv.c
drivers/staging/hv/include/List.h
drivers/staging/hv/include/VmbusApi.h
drivers/staging/hv/include/logging.h
drivers/staging/hv/netvsc_drv.c
drivers/staging/hv/osd.c
drivers/staging/hv/osd.h [moved from drivers/staging/hv/include/osd.h with 100% similarity]
drivers/staging/hv/storvsc_drv.c
drivers/staging/hv/vmbus_drv.c

index 526a0ab89975fd12fb2f52a0ebda7c2a56c51993..c2e03673cf10d3a208e5afbbcff66c18030722e1 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <linux/kernel.h>
 #include <linux/mm.h>
+#include "osd.h"
 #include "StorVsc.c"
 
 static const char* gBlkDriverName="blkvsc";
index 78850f3a32cfd7620be20527ac1265c5013105ad..5f4016154e8df9e2d773e6ed9885c1b12bf86cbe 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <linux/kernel.h>
 #include <linux/mm.h>
-#include "include/osd.h"
+#include "osd.h"
 #include "include/logging.h"
 
 #include "VmbusPrivate.h"
index c741dc1373f51373872d52b0426622c89cec280c..d0fd9aa623852b01d1e8b41ae0c23af7201ebec8 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef _CHANNEL_H_
 #define _CHANNEL_H_
 
-#include "include/osd.h"
 #include "ChannelMgmt.h"
 
 /* The format must be the same as VMDATA_GPA_DIRECT */
index 451a1a5306547c2759be0c03f9c650c887671bd2..ffd62bb2914612c8d2116dc3cb48431f8516eefa 100644 (file)
@@ -23,8 +23,7 @@
 
 #include <linux/kernel.h>
 #include <linux/mm.h>
-#include "include/osd.h"
-
+#include "osd.h"
 #include "VmbusPrivate.h"
 
 static int
index ebf4f7e8847ac28ea2b19421c6035b62b7933c37..86ce05b4b14cb91aed0d8ed5d7d75c8be8460564 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <linux/kernel.h>
 #include <linux/mm.h>
-#include "include/osd.h"
+#include "osd.h"
 #include "include/logging.h"
 
 #include "VmbusPrivate.h"
index 8b81d59b69dbecb7b7842863f098bcc99015ab85..34eddab6f3b49b35e19f7a185cd5088d905d84e9 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef _CHANNEL_MGMT_H_
 #define _CHANNEL_MGMT_H_
 
-#include "include/osd.h"
 #include "include/List.h"
 #include "RingBuffer.h"
 
index 6b726894b31bebd44901e84dba72ebcf2f48e9a1..9083f33a4b3dd62c339769916ad697839a1a21d0 100644 (file)
@@ -25,6 +25,7 @@
 #include <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/vmalloc.h>
+#include "osd.h"
 #include "include/logging.h"
 #include "VmbusPrivate.h"
 
index f706ab8f08c9cdb629749dae49c8a78100ff1c0c..31459f76f16a6f9078285f38448227fe8d04ae92 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/kernel.h>
 #include <linux/mm.h>
 #include <linux/vmalloc.h>
+#include "osd.h"
 #include "include/logging.h"
 #include "VmbusPrivate.h"
 
index 926213538cdc962db9b95e64aa84c11654abadd6..6df388d741ae2fce00c18ce210e4a74b2d156ac3 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef __HV_H__
 #define __HV_H__
 
-#include "include/osd.h"
-
 #include "include/HvTypes.h"
 #include "include/HvStatus.h"
 #include "include/HvHalApi.h"
index 349329aea163c62c3a50afb9db0d2b8f898366c4..0389ef7bedb60ad8cbfca2e4434ffe21143e8219 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/mm.h>
 #include <linux/delay.h>
 #include <asm/io.h>
+#include "osd.h"
 #include "include/logging.h"
 #include "NetVsc.h"
 #include "RndisFilter.h"
index f7332f300c4555df34f0523a763e8e65fee3d1d8..7473f915403a1ccb9688206ffcb19a5dc4ad1848 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <linux/kernel.h>
 #include <linux/mm.h>
+#include "osd.h"
 #include "include/logging.h"
 #include "RingBuffer.h"
 
index 17e859fa510410bb0bef9180256b5c0f2866c954..6202157e145dc791b1412149c0dc94eb0066a2e8 100644 (file)
@@ -27,8 +27,6 @@
 
 #include <linux/scatterlist.h>
 
-#include "include/osd.h"
-
 typedef struct _RING_BUFFER {
        /* Offset in bytes from the start of ring data below */
        volatile u32 WriteIndex;
index 5cd1575578a6c08850a5ebe66b05dcee7f49d5b7..ef490f52593c21bc30e78c6c1d8dc2015cbee3a8 100644 (file)
@@ -26,8 +26,8 @@
 #include <asm/kmap_types.h>
 #include <asm/io.h>
 
+#include "osd.h"
 #include "include/logging.h"
-
 #include "include/NetVscApi.h"
 #include "RndisFilter.h"
 
index 6725fe525d36a943cf242bedd0aac55e48b12211..8e357c8c95d1c580bf600aa1979fbba76a229ce1 100644 (file)
@@ -27,7 +27,6 @@
 
 #define __struct_bcount(x)
 
-#include "include/osd.h"
 #include "NetVsc.h"
 
 #include "include/rndis.h"
index 47de70b0d827723a2986bddb4b41c2536109cf93..32fa2914f45de3dd8f15fcc5bee7dd0543b84c72 100644 (file)
@@ -25,8 +25,8 @@
 #include <linux/string.h>
 #include <linux/mm.h>
 #include <linux/delay.h>
+#include "osd.h"
 #include "include/logging.h"
-
 #include "include/StorVscApi.h"
 #include "include/VmbusPacketFormat.h"
 #include "include/vstorage.h"
index 50d2773053b7b8845635325b147ca4eafac73626..2feb7c3cfae50f93002e0a47f5ba856f1ae90cfe 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <linux/kernel.h>
 #include <linux/mm.h>
+#include "osd.h"
 #include "include/logging.h"
 #include "VersionInfo.h"
 #include "VmbusPrivate.h"
index 6888909c69e2b99a37274848c509170d2078ad35..3107f460d9d88a9e9ffffd0fb68d824716ed0bb1 100644 (file)
@@ -33,6 +33,7 @@
 #include <scsi/scsi_eh.h>
 #include <scsi/scsi_dbg.h>
 
+#include "osd.h"
 #include "include/logging.h"
 #include "include/vmbus.h"
 
index 31c12969643590255ae3a53ad3ee5ab40023ba99..3895c328ddd6fdb713d820694b0f11ddf9515a8f 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef _LIST_H_
 #define _LIST_H_
 
-#include "osd.h"
 /*
  *
  *  Doubly-linked list manipulation routines.  Implemented as macros
index 0a870855028e2da8cf418c344702d790e7d10eca..442a2125470a64c91e313469e3230ee18b72a15c 100644 (file)
@@ -25,7 +25,6 @@
 #ifndef _VMBUS_API_H_
 #define _VMBUS_API_H_
 
-#include "osd.h"
 
 
 /* Defines */
index 8609269ca195773f40206daad643a57455d64031..74c18f1d7f4d6380bab4673a1f2623adedeb9421 100644 (file)
@@ -28,7 +28,6 @@
 /* #include <linux/init.h> */
 /* #include <linux/module.h> */
 
-#include "osd.h"
 
 #define VMBUS                          0x0001
 #define STORVSC                                0x0002
index 439c357c52e2541f31f4bbc887217f58e9851f1d..43488504a02c35f09274e099f489346d7a421b46 100644 (file)
@@ -36,6 +36,7 @@
 #include <net/sock.h>
 #include <net/pkt_sched.h>
 
+#include "osd.h"
 #include "include/logging.h"
 #include "include/vmbus.h"
 
index f2576958f642d310537d466148fa27c5c3185614..3b142ce966163173eb4a0dda68a66515876a9f24 100644 (file)
@@ -43,7 +43,7 @@
 #include <asm/kmap_types.h>
 #include <asm/atomic.h>
 
-#include "include/osd.h"
+#include "osd.h"
 
 
 /* Data types */
index a79ea812bf482889591232b22acc9bf894358d6b..fc5b02d5121af5c901fb922840a2e0f827fcd137 100644 (file)
@@ -36,9 +36,9 @@
 
 #include <scsi/scsi_dbg.h>
 
+#include "osd.h"
 #include "include/logging.h"
 #include "include/vmbus.h"
-
 #include "include/StorVscApi.h"
 
 
index 0e13d778c003d25bc50c1193b41e0584e18bbbe0..bb40c2e15c36b921fce641be2ab95e091c2dba78 100644 (file)
@@ -28,7 +28,7 @@
 #include <linux/irq.h>
 #include <linux/interrupt.h>
 #include <linux/sysctl.h>
-
+#include "osd.h"
 #include "include/logging.h"
 #include "include/vmbus.h"