diff options
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r-- | drivers/md/dm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index 0ff11d6f8158..17ffa8d671a7 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h | |||
@@ -47,7 +47,7 @@ struct mapped_device; | |||
47 | int dm_create(struct mapped_device **md); | 47 | int dm_create(struct mapped_device **md); |
48 | int dm_create_with_minor(unsigned int minor, struct mapped_device **md); | 48 | int dm_create_with_minor(unsigned int minor, struct mapped_device **md); |
49 | void dm_set_mdptr(struct mapped_device *md, void *ptr); | 49 | void dm_set_mdptr(struct mapped_device *md, void *ptr); |
50 | void *dm_get_mdptr(dev_t dev); | 50 | void *dm_get_mdptr(struct mapped_device *md); |
51 | struct mapped_device *dm_get_md(dev_t dev); | 51 | struct mapped_device *dm_get_md(dev_t dev); |
52 | 52 | ||
53 | /* | 53 | /* |