[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220304203756.3487910-1-ira.weiny@intel.com>
Date: Fri, 4 Mar 2022 12:37:56 -0800
From: ira.weiny@...el.com
To: Dan Williams <dan.j.williams@...el.com>
Cc: Vishal Verma <vishal.l.verma@...el.com>,
Ira Weiny <ira.weiny@...el.com>, nvdimm@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH] fs/dax: Fix run_dax() missing prototype
From: Ira Weiny <ira.weiny@...el.com>
The function run_dax() was missing a prototype when compiling with
warnings.
Add bus.h to fix this.
Signed-off-by: Ira Weiny <ira.weiny@...el.com>
---
drivers/dax/super.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/dax/super.c b/drivers/dax/super.c
index e3029389d809..5c003cc73d04 100644
--- a/drivers/dax/super.c
+++ b/drivers/dax/super.c
@@ -14,6 +14,7 @@
#include <linux/dax.h>
#include <linux/fs.h>
#include "dax-private.h"
+#include "bus.h"
/**
* struct dax_device - anchor object for dax services
--
2.35.1
Powered by blists - more mailing lists