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

Staging: hv: Make the function stor_vsc_initialize() static

Make the function  stor_vsc_initialize() 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>
上级 6dec2442
......@@ -138,7 +138,6 @@ struct storvsc_device {
};
/* Interface */
int stor_vsc_initialize(struct hv_driver *driver);
int stor_vsc_on_host_reset(struct hv_device *device);
int blk_vsc_initialize(struct hv_driver *driver);
......
......@@ -77,7 +77,7 @@ struct storvsc_cmd_request {
/*
* stor_vsc_initialize - Main entry point
*/
int stor_vsc_initialize(struct hv_driver *driver)
static int stor_vsc_initialize(struct hv_driver *driver)
{
struct storvsc_driver_object *stor_driver;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册