diff options
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r-- | drivers/md/dm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index 1db782530ce6..450fbd98c48c 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h | |||
@@ -71,6 +71,8 @@ void dm_unlock_md_type(struct mapped_device *md); | |||
71 | void dm_set_md_type(struct mapped_device *md, unsigned type); | 71 | void dm_set_md_type(struct mapped_device *md, unsigned type); |
72 | unsigned dm_get_md_type(struct mapped_device *md); | 72 | unsigned dm_get_md_type(struct mapped_device *md); |
73 | 73 | ||
74 | int dm_setup_md_queue(struct mapped_device *md); | ||
75 | |||
74 | /* | 76 | /* |
75 | * To check the return value from dm_table_find_target(). | 77 | * To check the return value from dm_table_find_target(). |
76 | */ | 78 | */ |