提交 085ee9db 编写于 作者: S Sebastian Ott 提交者: Martin Schwidefsky

[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: NSebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 85fb534e
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册