Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162251
b: refs/heads/master
c: 731a788
h: refs/heads/master
i:
  162249: 2fab392
  162247: 9c3c752
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Sep 15, 2009
1 parent cc94ffa commit da77b5e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc21181217549e0a894dd6b57feacbcb979d831b
refs/heads/master: 731a7884f63586184feea6ecd418f1732d2d5161
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 da77b5e

Please sign in to comment.