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:
parent
af3043c64a
commit
12cb12ef23
2 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue