[S390] cio: Make some structures and a function static.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
committed by
Martin Schwidefsky
parent
9a92fe48b9
commit
f7e5d67c79
@@ -191,8 +191,7 @@ static int css_register_subchannel(struct subchannel *sch)
|
||||
return ret;
|
||||
}
|
||||
|
||||
int
|
||||
css_probe_device(struct subchannel_id schid)
|
||||
static int css_probe_device(struct subchannel_id schid)
|
||||
{
|
||||
int ret;
|
||||
struct subchannel *sch;
|
||||
|
||||
Reference in New Issue
Block a user