Skip to content

Commit

Permalink
Staging: hv: move VmbusPacketFormat.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 0197e34 commit 216260d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/hv/ChannelMgmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@

#include "List.h"
#include "RingBuffer.h"

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

/* Version 1 messages */
enum vmbus_channel_message_type {
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 @@ -24,7 +24,7 @@
#ifndef _NETVSC_H_
#define _NETVSC_H_

#include "include/VmbusPacketFormat.h"
#include "VmbusPacketFormat.h"
#include "VmbusChannelInterface.h"
#include "List.h"
#include "NetVscApi.h"
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/StorVsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "osd.h"
#include "logging.h"
#include "StorVscApi.h"
#include "include/VmbusPacketFormat.h"
#include "VmbusPacketFormat.h"
#include "vstorage.h"


Expand Down
File renamed without changes.

0 comments on commit 216260d

Please sign in to comment.