Staging: hv: Make the function stor_vsc_on_host_reset() static

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>
This commit is contained in:
K. Y. Srinivasan 2011-03-23 10:50:34 -07:00 committed by Greg Kroah-Hartman
parent af3043c64a
commit 12cb12ef23
2 changed files with 1 additions and 2 deletions

View file

@ -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);

View file

@ -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;