summaryrefslogtreecommitdiff
path: root/drivers/dax/dax.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dax/dax.h')
-rw-r--r--drivers/dax/dax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dax/dax.h b/drivers/dax/dax.h
index 2472d9da96db..246a24d68d4c 100644
--- a/drivers/dax/dax.h
+++ b/drivers/dax/dax.h
@@ -13,7 +13,7 @@
#ifndef __DAX_H__
#define __DAX_H__
struct dax_device;
-struct dax_device *alloc_dax(void *private);
+struct dax_device *alloc_dax(void *private, const char *host);
void put_dax(struct dax_device *dax_dev);
bool dax_alive(struct dax_device *dax_dev);
void kill_dax(struct dax_device *dax_dev);