]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: hv: move vmbus.h
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 19 Aug 2009 23:21:28 +0000 (16:21 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:57 +0000 (12:01 -0700)
This moves vmbus.h from the include/ subdirectory.  It doesn't
belong there.

No code changes happened here.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/blkvsc_drv.c
drivers/staging/hv/netvsc_drv.c
drivers/staging/hv/storvsc_drv.c
drivers/staging/hv/vmbus.h [moved from drivers/staging/hv/include/vmbus.h with 98% similarity]
drivers/staging/hv/vmbus_drv.c

index c64ac893076f1752740cb31a4779351a91545f43..f91fa431b7c54792e963e53648823c73d47e8510 100644 (file)
@@ -35,7 +35,7 @@
 
 #include "osd.h"
 #include "include/logging.h"
-#include "include/vmbus.h"
+#include "vmbus.h"
 
 #include "include/StorVscApi.h"
 
index e847cb6c266c94c4660f10be4947d2e20045e9f6..9ea61b281ef41601d47d6e0cec95b5c07e756be4 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "osd.h"
 #include "include/logging.h"
-#include "include/vmbus.h"
+#include "vmbus.h"
 
 #include "include/NetVscApi.h"
 
index 4574f2b848bb675c0c4e8b112e97a3eb7ce1309e..a3d591dac046475d11d4309f911924330dc3c52e 100644 (file)
@@ -38,7 +38,7 @@
 
 #include "osd.h"
 #include "include/logging.h"
-#include "include/vmbus.h"
+#include "vmbus.h"
 #include "include/StorVscApi.h"
 
 
similarity index 98%
rename from drivers/staging/hv/include/vmbus.h
rename to drivers/staging/hv/vmbus.h
index 2ea6ce0703ca2163f761987d81a4554d39795e83..44a784c023279981862918fa3a36637b3a53e14a 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <linux/device.h>
 
-#include "VmbusApi.h"
+#include "include/VmbusApi.h"
 
 
 /* Data types */
index 5268b51347e66c2c8a0930358c1987ad82c19249..1700dd3be81188f182fa09b59b94f2d6c9efed3c 100644 (file)
@@ -30,7 +30,7 @@
 #include <linux/sysctl.h>
 #include "osd.h"
 #include "include/logging.h"
-#include "include/vmbus.h"
+#include "vmbus.h"
 
 
 /* Defines */