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>
This commit is contained in:
committed by
Martin Schwidefsky
parent
ed35ba9af4
commit
8d4ecfcb6b
@@ -6,14 +6,12 @@ struct ccw_driver;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* struct ccwgroup_device - ccw group device
|
* struct ccwgroup_device - ccw group device
|
||||||
* @creator_id: unique number of the driver
|
|
||||||
* @state: online/offline state
|
* @state: online/offline state
|
||||||
* @count: number of attached slave devices
|
* @count: number of attached slave devices
|
||||||
* @dev: embedded device structure
|
* @dev: embedded device structure
|
||||||
* @cdev: variable number of slave devices, allocated as needed
|
* @cdev: variable number of slave devices, allocated as needed
|
||||||
*/
|
*/
|
||||||
struct ccwgroup_device {
|
struct ccwgroup_device {
|
||||||
unsigned long creator_id;
|
|
||||||
enum {
|
enum {
|
||||||
CCWGROUP_OFFLINE,
|
CCWGROUP_OFFLINE,
|
||||||
CCWGROUP_ONLINE,
|
CCWGROUP_ONLINE,
|
||||||
|
Reference in New Issue
Block a user