[S390] cio: css_sch_device_register() can be made 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
8da1aecde0
commit
07c6a3386d
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user