Skip to content

Commit

Permalink
Staging: hv: move StorVscApi.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 cc21181 commit 731a788
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/hv/StorVsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
#include "osd.h"
#include "logging.h"
#include "vmbus.h"

#include "include/StorVscApi.h"
#include "StorVscApi.h"


/* #defines */
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/hv/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "osd.h"
#include "logging.h"
#include "vmbus.h"
#include "include/StorVscApi.h"
#include "StorVscApi.h"


/* #defines */
Expand Down

0 comments on commit 731a788

Please sign in to comment.