Skip to content

Commit

Permalink
[S390] css: remove subchannel private
Browse files Browse the repository at this point in the history
All subchannel drivers use drv_data, so get rid of the
additional private pointer of struct subchannel.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Mar 15, 2011
1 parent 85fb534 commit 085ee9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/s390/cio/cio.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ struct subchannel {
struct chsc_ssd_info ssd_info; /* subchannel description */
struct device dev; /* entry in device tree */
struct css_driver *driver;
void *private; /* private per subchannel type data */
enum sch_todo todo;
struct work_struct todo_work;
struct schib_config config;
Expand Down

0 comments on commit 085ee9d

Please sign in to comment.