]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/dax/dax-private.h
device-dax: Kill dax_region ida
[linux.git] / drivers / dax / dax-private.h
index b6fc4f04636de1cd52d4195331b1e4168847bb1e..d1b36a42132f5233b20d6d6dc5c8537f4b3c8f10 100644 (file)
@@ -28,7 +28,6 @@
  */
 struct dax_region {
        int id;
-       struct ida ida;
        void *base;
        struct kref kref;
        struct device *dev;
@@ -42,7 +41,6 @@ struct dax_region {
  * @region - parent region
  * @dax_dev - core dax functionality
  * @dev - device core
- * @id - child id in the region
  * @num_resources - number of physical address extents in this device
  * @res - array of physical address ranges
  */
@@ -50,7 +48,6 @@ struct dev_dax {
        struct dax_region *region;
        struct dax_device *dax_dev;
        struct device dev;
-       int id;
        int num_resources;
        struct resource res[0];
 };