Message ID | 20211103234857.3689354-1-ira.weiny@intel.com |
---|---|
State | Accepted |
Commit | a91bd78967c49b43d2835695c7b53b11170c98f4 |
Headers | show |
Series | cxl/memdev: Remove unused cxlmd field | expand |
On Wed, 3 Nov 2021 16:48:57 -0700 <ira.weiny@intel.com> wrote: > From: Ira Weiny <ira.weiny@intel.com> > > This field was left over when the connection between the cxl_memdev and > cxl_mem was tighter. It is no longer set nor used so remove it.[1] > > [1] https://lore.kernel.org/linux-cxl/CAPcyv4hcgh2gb8qsS_UXTBSGqYfMPnC6p5kkvNUjm+V6kVKM5g@mail.gmail.com/ > > Suggested-by: Jonathan.Cameron@huawei.com > Signed-off-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > > --- > Changes from V1: > Change Subject > > [v1] https://lore.kernel.org/linux-cxl/20211103223413.n6fmf3gtop56wssz@intel.com/T/#m79c2c7ba4cc897c10e26acdaca890887e1dd487f > --- > drivers/cxl/cxlmem.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h > index f978a046591b..8d96d009ad90 100644 > --- a/drivers/cxl/cxlmem.h > +++ b/drivers/cxl/cxlmem.h > @@ -97,7 +97,6 @@ struct cxl_mbox_cmd { > * Currently only memory devices are represented. > * > * @dev: The device associated with this CXL state > - * @cxlmd: Logical memory device chardev / interface > * @regs: Parsed register blocks > * @payload_size: Size of space for payload > * (CXL 2.0 8.2.8.4.3 Mailbox Capabilities Register) > @@ -124,7 +123,6 @@ struct cxl_mbox_cmd { > */ > struct cxl_dev_state { > struct device *dev; > - struct cxl_memdev *cxlmd; > > struct cxl_regs regs; >
diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h index f978a046591b..8d96d009ad90 100644 --- a/drivers/cxl/cxlmem.h +++ b/drivers/cxl/cxlmem.h @@ -97,7 +97,6 @@ struct cxl_mbox_cmd { * Currently only memory devices are represented. * * @dev: The device associated with this CXL state - * @cxlmd: Logical memory device chardev / interface * @regs: Parsed register blocks * @payload_size: Size of space for payload * (CXL 2.0 8.2.8.4.3 Mailbox Capabilities Register) @@ -124,7 +123,6 @@ struct cxl_mbox_cmd { */ struct cxl_dev_state { struct device *dev; - struct cxl_memdev *cxlmd; struct cxl_regs regs;