Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sebastian Ott and committed by
Martin Schwidefsky
8d4ecfcb ed35ba9a

-2
-2
arch/s390/include/asm/ccwgroup.h
··· 6 6 7 7 /** 8 8 * struct ccwgroup_device - ccw group device 9 - * @creator_id: unique number of the driver 10 9 * @state: online/offline state 11 10 * @count: number of attached slave devices 12 11 * @dev: embedded device structure 13 12 * @cdev: variable number of slave devices, allocated as needed 14 13 */ 15 14 struct ccwgroup_device { 16 - unsigned long creator_id; 17 15 enum { 18 16 CCWGROUP_OFFLINE, 19 17 CCWGROUP_ONLINE,