]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[S390] css: remove subchannel private
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Tue, 15 Mar 2011 16:08:29 +0000 (17:08 +0100)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Tue, 15 Mar 2011 16:08:24 +0000 (17:08 +0100)
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>
drivers/s390/cio/cio.h

index bdbbe7c4c1a29baaa3890544643b483dfafab229..155a82bcb9e545e2888430337d0b1c2b50239acd 100644 (file)
@@ -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;