Documentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding document...
[deliverable/linux.git] / drivers / nvdimm / nd-core.h
index 284cdaa268cfd8132bc7fcd7299d66eaa4256217..38ce6bbbc170bcdc40982d5f49473bab181e2071 100644 (file)
@@ -26,11 +26,11 @@ extern int nvdimm_major;
 struct nvdimm_bus {
        struct nvdimm_bus_descriptor *nd_desc;
        wait_queue_head_t probe_wait;
-       struct module *module;
        struct list_head list;
        struct device dev;
        int id, probe_active;
        struct list_head poison_list;
+       struct list_head mapping_list;
        struct mutex reconfig_mutex;
 };
 
@@ -40,7 +40,8 @@ struct nvdimm {
        unsigned long cmd_mask;
        struct device dev;
        atomic_t busy;
-       int id;
+       int id, num_flush;
+       struct resource *flush_wpq;
 };
 
 bool is_nvdimm(struct device *dev);
This page took 0.047576 seconds and 5 git commands to generate.