diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/genhd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index eea61cc8fac1..bd7db861041e 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
@@ -78,9 +78,7 @@ struct hd_struct { | |||
78 | sector_t start_sect; | 78 | sector_t start_sect; |
79 | sector_t nr_sects; | 79 | sector_t nr_sects; |
80 | struct kobject kobj; | 80 | struct kobject kobj; |
81 | #ifdef CONFIG_SYSFS | ||
82 | struct kobject *holder_dir; | 81 | struct kobject *holder_dir; |
83 | #endif | ||
84 | unsigned ios[2], sectors[2]; /* READs and WRITEs */ | 82 | unsigned ios[2], sectors[2]; /* READs and WRITEs */ |
85 | int policy, partno; | 83 | int policy, partno; |
86 | }; | 84 | }; |
@@ -117,10 +115,8 @@ struct gendisk { | |||
117 | int number; /* more of the same */ | 115 | int number; /* more of the same */ |
118 | struct device *driverfs_dev; | 116 | struct device *driverfs_dev; |
119 | struct kobject kobj; | 117 | struct kobject kobj; |
120 | #ifdef CONFIG_SYSFS | ||
121 | struct kobject *holder_dir; | 118 | struct kobject *holder_dir; |
122 | struct kobject *slave_dir; | 119 | struct kobject *slave_dir; |
123 | #endif | ||
124 | 120 | ||
125 | struct timer_rand_state *random; | 121 | struct timer_rand_state *random; |
126 | int policy; | 122 | int policy; |