diff options
Diffstat (limited to 'drivers/dax/dax.h')
-rw-r--r-- | drivers/dax/dax.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/dax/dax.h b/drivers/dax/dax.h index 617bbc24be2b..f9e5feea742c 100644 --- a/drivers/dax/dax.h +++ b/drivers/dax/dax.h | |||
@@ -13,13 +13,6 @@ | |||
13 | #ifndef __DAX_H__ | 13 | #ifndef __DAX_H__ |
14 | #define __DAX_H__ | 14 | #define __DAX_H__ |
15 | struct dax_device; | 15 | struct dax_device; |
16 | struct dax_operations; | ||
17 | struct dax_device *alloc_dax(void *private, const char *host, | ||
18 | const struct dax_operations *ops); | ||
19 | void put_dax(struct dax_device *dax_dev); | ||
20 | bool dax_alive(struct dax_device *dax_dev); | ||
21 | void kill_dax(struct dax_device *dax_dev); | ||
22 | struct dax_device *inode_dax(struct inode *inode); | 16 | struct dax_device *inode_dax(struct inode *inode); |
23 | struct inode *dax_inode(struct dax_device *dax_dev); | 17 | struct inode *dax_inode(struct dax_device *dax_dev); |
24 | void *dax_get_private(struct dax_device *dax_dev); | ||
25 | #endif /* __DAX_H__ */ | 18 | #endif /* __DAX_H__ */ |