瀏覽代碼

[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: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Sebastian Ott 14 年之前
父節點
當前提交
085ee9db88
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/s390/cio/cio.h

+ 0 - 1
drivers/s390/cio/cio.h

@@ -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;