libnvdimm, namespace: make a couple of functions static
[linux-2.6-block.git] / drivers / nvdimm / namespace_devs.c
index 0af988739a06c1195b1335ab29f54d9b9752c591..bb3ba8cf24d4503801f3534f01a0e1f86cb7a641 100644 (file)
@@ -1875,7 +1875,7 @@ static int select_pmem_id(struct nd_region *nd_region, u8 *pmem_id)
  * @nspm: target namespace to create
  * @nd_label: target pmem namespace label to evaluate
  */
-struct device *create_namespace_pmem(struct nd_region *nd_region,
+static struct device *create_namespace_pmem(struct nd_region *nd_region,
                struct nd_namespace_index *nsindex,
                struct nd_namespace_label *nd_label)
 {
@@ -2186,7 +2186,7 @@ static int add_namespace_resource(struct nd_region *nd_region,
        return i;
 }
 
-struct device *create_namespace_blk(struct nd_region *nd_region,
+static struct device *create_namespace_blk(struct nd_region *nd_region,
                struct nd_namespace_label *nd_label, int count)
 {