diff options
Diffstat (limited to 'include/linux/genhd.h')
-rw-r--r-- | include/linux/genhd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 9756fc102a83..8c43d7032612 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
@@ -67,6 +67,7 @@ struct partition { | |||
67 | #include <linux/string.h> | 67 | #include <linux/string.h> |
68 | #include <linux/fs.h> | 68 | #include <linux/fs.h> |
69 | #include <linux/workqueue.h> | 69 | #include <linux/workqueue.h> |
70 | #include <linux/bsg.h> | ||
70 | 71 | ||
71 | struct partition { | 72 | struct partition { |
72 | unsigned char boot_ind; /* 0x80 - active */ | 73 | unsigned char boot_ind; /* 0x80 - active */ |
@@ -91,6 +92,7 @@ struct hd_struct { | |||
91 | #ifdef CONFIG_FAIL_MAKE_REQUEST | 92 | #ifdef CONFIG_FAIL_MAKE_REQUEST |
92 | int make_it_fail; | 93 | int make_it_fail; |
93 | #endif | 94 | #endif |
95 | struct bsg_class_device bsg_dev; | ||
94 | }; | 96 | }; |
95 | 97 | ||
96 | #define GENHD_FL_REMOVABLE 1 | 98 | #define GENHD_FL_REMOVABLE 1 |