Skip to content

Commit

Permalink
Staging: hv: move VmbusChannelInterface.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent f363ce2 commit 0197e34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/ChannelMgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "List.h"
#include "RingBuffer.h"

#include "include/VmbusChannelInterface.h"
#include "VmbusChannelInterface.h"
#include "include/VmbusPacketFormat.h"

/* Version 1 messages */
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/NetVsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define _NETVSC_H_

#include "include/VmbusPacketFormat.h"
#include "include/VmbusChannelInterface.h"
#include "VmbusChannelInterface.h"
#include "List.h"
#include "NetVscApi.h"

Expand Down
File renamed without changes.

0 comments on commit 0197e34

Please sign in to comment.