[S390] cio: remove subchannel_add_files()

subchannel_add_files() no longer exists, remove from header.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
Cornelia Huck 2007-10-12 16:11:14 +02:00 committed by Martin Schwidefsky
parent 7c9f4e3aaa
commit fbf9772b8e

View file

@ -191,6 +191,5 @@ int sch_is_pseudo_sch(struct subchannel *);
extern struct workqueue_struct *slow_path_wq;
int subchannel_add_files (struct device *);
extern struct attribute_group *subch_attr_groups[];
#endif