diff options
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r-- | include/linux/device-mapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index 61103d2bc244..e3d1c33d1558 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h | |||
@@ -171,6 +171,7 @@ int dm_wait_event(struct mapped_device *md, int event_nr); | |||
171 | /* | 171 | /* |
172 | * Info functions. | 172 | * Info functions. |
173 | */ | 173 | */ |
174 | const char *dm_device_name(struct mapped_device *md); | ||
174 | struct gendisk *dm_disk(struct mapped_device *md); | 175 | struct gendisk *dm_disk(struct mapped_device *md); |
175 | int dm_suspended(struct mapped_device *md); | 176 | int dm_suspended(struct mapped_device *md); |
176 | 177 | ||