diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-08-28 16:24:16 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:00 -0700 |
commit | f363ce27abacf6d67b080da209bd52c85bbb1b8c (patch) | |
tree | 72d53e4c1a5baf3c4fdaa4f8e06783780af6ab59 /drivers/staging/hv/VmbusPrivate.h | |
parent | 731a7884f63586184feea6ecd418f1732d2d5161 (diff) |
Staging: hv: move VmbusApi.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/staging/hv/VmbusPrivate.h')
-rw-r--r-- | drivers/staging/hv/VmbusPrivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hv/VmbusPrivate.h b/drivers/staging/hv/VmbusPrivate.h index ce933d6daa5..4aabb974348 100644 --- a/drivers/staging/hv/VmbusPrivate.h +++ b/drivers/staging/hv/VmbusPrivate.h @@ -26,7 +26,7 @@ #define _VMBUS_PRIVATE_H_ #include "Hv.h" -#include "include/VmbusApi.h" +#include "VmbusApi.h" #include "Channel.h" #include "ChannelMgmt.h" #include "ChannelInterface.h" |