Skip to content

Commit

Permalink
Staging: hv: Make the function stor_vsc_on_host_reset() static
Browse files Browse the repository at this point in the history
Make stor_vsc_on_host_reset() a static function.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent af3043c commit 12cb12e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion 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 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 12cb12e

Please sign in to comment.