diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-28 16:24:34 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:01 -0700 |
commit | 0197e34c1b22f64bf6ac0f49160f8d6bf6fffb31 (patch) | |
tree | 4f45cde6da736ee9e7384e4c5332774e05bfa07d /drivers | |
parent | f363ce27abacf6d67b080da209bd52c85bbb1b8c (diff) |
Staging: hv: move VmbusChannelInterface.h
Move it out of the include subdirectory.
No code changes here, just file movements.
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/hv/ChannelMgmt.h | 2 | ||||
-rw-r--r-- | drivers/staging/hv/NetVsc.h | 2 | ||||
-rw-r--r-- | drivers/staging/hv/VmbusChannelInterface.h (renamed from drivers/staging/hv/include/VmbusChannelInterface.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/ChannelMgmt.h b/drivers/staging/hv/ChannelMgmt.h index 922eac21f55..6d327c65d93 100644 --- a/drivers/staging/hv/ChannelMgmt.h +++ b/drivers/staging/hv/ChannelMgmt.h @@ -28,7 +28,7 @@ #include "List.h" #include "RingBuffer.h" -#include "include/VmbusChannelInterface.h" +#include "VmbusChannelInterface.h" #include "include/VmbusPacketFormat.h" /* Version 1 messages */ diff --git a/drivers/staging/hv/NetVsc.h b/drivers/staging/hv/NetVsc.h index afa764f13ac..ce6f1e2daf6 100644 --- a/drivers/staging/hv/NetVsc.h +++ b/drivers/staging/hv/NetVsc.h @@ -25,7 +25,7 @@ #define _NETVSC_H_ #include "include/VmbusPacketFormat.h" -#include "include/VmbusChannelInterface.h" +#include "VmbusChannelInterface.h" #include "List.h" #include "NetVscApi.h" diff --git a/drivers/staging/hv/include/VmbusChannelInterface.h b/drivers/staging/hv/VmbusChannelInterface.h index 26742823748..26742823748 100644 --- a/drivers/staging/hv/include/VmbusChannelInterface.h +++ b/drivers/staging/hv/VmbusChannelInterface.h |