Commit 731a7884 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: hv: move StorVscApi.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 cc211812
......@@ -27,7 +27,7 @@
#include <linux/delay.h>
#include "osd.h"
#include "logging.h"
#include "include/StorVscApi.h"
#include "StorVscApi.h"
#include "include/VmbusPacketFormat.h"
#include "vstorage.h"
......
......@@ -25,7 +25,7 @@
#ifndef _STORVSC_API_H_
#define _STORVSC_API_H_
#include "VmbusApi.h"
#include "include/VmbusApi.h"
/* Defines */
#define STORVSC_RING_BUFFER_SIZE (10*PAGE_SIZE)
......
......@@ -36,8 +36,7 @@
#include "osd.h"
#include "logging.h"
#include "vmbus.h"
#include "include/StorVscApi.h"
#include "StorVscApi.h"
/* #defines */
......
......@@ -39,7 +39,7 @@
#include "osd.h"
#include "logging.h"
#include "vmbus.h"
#include "include/StorVscApi.h"
#include "StorVscApi.h"
/* #defines */
......
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