Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 085ee9db authored by Sebastian Ott's avatar Sebastian Ott Committed by Martin Schwidefsky
Browse files

[S390] css: remove subchannel private



All subchannel drivers use drv_data, so get rid of the
additional private pointer of struct subchannel.

Signed-off-by: default avatarSebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 85fb534e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -92,7 +92,6 @@ struct subchannel {
	struct chsc_ssd_info ssd_info;	/* subchannel description */
	struct chsc_ssd_info ssd_info;	/* subchannel description */
	struct device dev;	/* entry in device tree */
	struct device dev;	/* entry in device tree */
	struct css_driver *driver;
	struct css_driver *driver;
	void *private; /* private per subchannel type data */
	enum sch_todo todo;
	enum sch_todo todo;
	struct work_struct todo_work;
	struct work_struct todo_work;
	struct schib_config config;
	struct schib_config config;