mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
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: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
cc21181217
commit
731a7884f6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user