[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:
Cornelia Huck 2007-07-27 12:29:10 +02:00 committed by Martin Schwidefsky
parent 8da1aecde0
commit 07c6a3386d
2 changed files with 1 additions and 2 deletions

View File

@ -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; int ret;

View File

@ -139,7 +139,6 @@ struct css_driver {
*/ */
extern struct bus_type css_bus_type; extern struct bus_type css_bus_type;
extern int css_sch_device_register(struct subchannel *);
extern void css_sch_device_unregister(struct subchannel *); extern void css_sch_device_unregister(struct subchannel *);
extern struct subchannel * get_subchannel_by_schid(struct subchannel_id); extern struct subchannel * get_subchannel_by_schid(struct subchannel_id);
extern int css_init_done; extern int css_init_done;