dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Greg Kroah-Hartman 2009-08-28 16:24:34 -07:00
parent f363ce27ab
commit 0197e34c1b
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#include "List.h"
#include "RingBuffer.h"
#include "include/VmbusChannelInterface.h"
#include "VmbusChannelInterface.h"
#include "include/VmbusPacketFormat.h"
/* Version 1 messages */

View File

@ -25,7 +25,7 @@
#define _NETVSC_H_
#include "include/VmbusPacketFormat.h"
#include "include/VmbusChannelInterface.h"
#include "VmbusChannelInterface.h"
#include "List.h"
#include "NetVscApi.h"