diff options
Diffstat (limited to 'include/linux/bsg.h')
-rw-r--r-- | include/linux/bsg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bsg.h b/include/linux/bsg.h index f415f89e0ac8..241eed03e42c 100644 --- a/include/linux/bsg.h +++ b/include/linux/bsg.h | |||
@@ -53,7 +53,6 @@ struct bsg_class_device { | |||
53 | struct class_device *class_dev; | 53 | struct class_device *class_dev; |
54 | struct device *dev; | 54 | struct device *dev; |
55 | int minor; | 55 | int minor; |
56 | struct list_head list; | ||
57 | struct request_queue *queue; | 56 | struct request_queue *queue; |
58 | }; | 57 | }; |
59 | 58 | ||