Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248930
b: refs/heads/master
c: 12cb12e
h: refs/heads/master
v: v3
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent e5cae2d commit 01c5d35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: af3043c64a4a87bc0a4596f4952dc194ebc5af72
refs/heads/master: 12cb12ef23bfe90f4e6c003a88b4500c6ff2b71b
1 change: 0 additions & 1 deletion trunk/drivers/staging/hv/storvsc_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ static inline void put_stor_device(struct hv_device *device)
}

/* Interface */
int stor_vsc_on_host_reset(struct hv_device *device);

int stor_vsc_on_device_add(struct hv_device *device,
void *additional_info);
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 @@ -233,7 +233,7 @@ static int storvsc_drv_init(void)
}


int stor_vsc_on_host_reset(struct hv_device *device)
static int stor_vsc_on_host_reset(struct hv_device *device)
{
struct storvsc_device *stor_device;
struct storvsc_request_extension *request;
Expand Down

0 comments on commit 01c5d35

Please sign in to comment.