commit | c041f2d487654eb2f981f517b216cf1efdf3cdf2 | [log] [tgz] |
---|---|---|
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | Tue May 15 18:02:21 2012 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed May 16 14:42:48 2012 +0200 |
tree | ae9906a72614003b2d6b5725de37718d9ca296d8 | |
parent | b7169c515bbdc139fadee5a98a866c5dc5bb98af [diff] |
s390/qeth: stop using struct ccwgroup driver for discipline callbacks The interface between qeth and its disciplines should not depend on struct ccwgroup_driver, as a qeth discipline is not a ccwgroup driver on its own. Instead provide the particular callbacks in struct qeth_discipline. Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>