mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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:
committed by
Greg Kroah-Hartman
parent
af3043c64a
commit
12cb12ef23
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user