diff options
author | Tejun Heo <tj@kernel.org> | 2010-12-08 14:57:35 -0500 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-12-16 11:53:38 -0500 |
commit | dddd9dc340ae1a41d90e084529ca979c77c4ecfe (patch) | |
tree | 7ab2dba891308a0c9209d71ecc8d620260b8674b /include | |
parent | e4ea0c16a85d221ebcc3a21f32e321440459e0fc (diff) |
block: kill genhd_media_change_notify()
There's no user of the facility. Kill it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/genhd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 7a7b9c1644e4..5e4e6928387c 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
@@ -173,7 +173,6 @@ struct gendisk { | |||
173 | struct timer_rand_state *random; | 173 | struct timer_rand_state *random; |
174 | 174 | ||
175 | atomic_t sync_io; /* RAID */ | 175 | atomic_t sync_io; /* RAID */ |
176 | struct work_struct async_notify; | ||
177 | #ifdef CONFIG_BLK_DEV_INTEGRITY | 176 | #ifdef CONFIG_BLK_DEV_INTEGRITY |
178 | struct blk_integrity *integrity; | 177 | struct blk_integrity *integrity; |
179 | #endif | 178 | #endif |