提交 07c6a338 编写于 作者: C Cornelia Huck 提交者: Martin Schwidefsky

[S390] cio: css_sch_device_register() can be made static.

Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 8da1aecd
......@@ -109,7 +109,7 @@ css_subchannel_release(struct device *dev)
}
}
int css_sch_device_register(struct subchannel *sch)
static int css_sch_device_register(struct subchannel *sch)
{
int ret;
......
......@@ -139,7 +139,6 @@ struct css_driver {
*/
extern struct bus_type css_bus_type;
extern int css_sch_device_register(struct subchannel *);
extern void css_sch_device_unregister(struct subchannel *);
extern struct subchannel * get_subchannel_by_schid(struct subchannel_id);
extern int css_init_done;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册