提交 12cb12ef 编写于 作者: K K. Y. Srinivasan 提交者: Greg Kroah-Hartman

Staging: hv: Make the function stor_vsc_on_host_reset() static

Make stor_vsc_on_host_reset() a static function.
Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: NHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NHank Janssen <hjanssen@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 af3043c6
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册