Commit 216260d8 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: move VmbusPacketFormat.h

Move it out of the include subdirectory.

No code changes here, just file movements.

Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0197e34c
......@@ -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 {
......
......@@ -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"
......
......@@ -28,7 +28,7 @@
#include "osd.h"
#include "logging.h"
#include "StorVscApi.h"
#include "include/VmbusPacketFormat.h"
#include "VmbusPacketFormat.h"
#include "vstorage.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment