diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-06-04 17:31:00 (GMT) |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-06-05 11:23:37 (GMT) |
commit | 8d4ecfcb6bd19c562e60f80f13cf222db5b4a073 (patch) | |
tree | 02be52f64b213e15adcda0fc1307337b99b31e52 /arch | |
parent | ed35ba9af4f40056a222dd7b67f39f1f6172185a (diff) | |
download | linux-8d4ecfcb6bd19c562e60f80f13cf222db5b4a073.tar.xz |
s390/ccwgroup: remove unused ccwgroup_device member
The creator_id is no longer used. Just get rid of it.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/s390/include/asm/ccwgroup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/ccwgroup.h b/arch/s390/include/asm/ccwgroup.h index f2ef34f..01a905e 100644 --- a/arch/s390/include/asm/ccwgroup.h +++ b/arch/s390/include/asm/ccwgroup.h @@ -6,14 +6,12 @@ struct ccw_driver; /** * struct ccwgroup_device - ccw group device - * @creator_id: unique number of the driver * @state: online/offline state * @count: number of attached slave devices * @dev: embedded device structure * @cdev: variable number of slave devices, allocated as needed */ struct ccwgroup_device { - unsigned long creator_id; enum { CCWGROUP_OFFLINE, CCWGROUP_ONLINE, |