Message ID | 20201229002635.42555-1-jianpeng.ma@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5b04cb8224ef9bf0d9af8a4c0e6e23806bb2d720 |
Headers | show |
Series | [v2] libnvdimm/pmem: remove unused header. | expand |
On Mon, Dec 28, 2020 at 4:44 PM Jianpeng Ma <jianpeng.ma@intel.com> wrote: > > 'commit a8b456d01cd6 ("bdi: remove BDI_CAP_SYNCHRONOUS_IO")' forgot > remove the related header file. > > Fixes: a8b456d01cd6 ("bdi: remove BDI_CAP_SYNCHRONOUS_IO") > Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> > --- Applied, thanks, I'll manually drop the Fixes: tag.
> -----Original Message----- > From: Dan Williams <dan.j.williams@intel.com> > Sent: Tuesday, January 5, 2021 5:00 PM > To: Ma, Jianpeng <jianpeng.ma@intel.com> > Cc: linux-nvdimm <linux-nvdimm@lists.01.org>; Christoph Hellwig > <hch@lst.de>; Weiny, Ira <ira.weiny@intel.com> > Subject: Re: [PATCH v2] libnvdimm/pmem: remove unused header. > > On Mon, Dec 28, 2020 at 4:44 PM Jianpeng Ma <jianpeng.ma@intel.com> > wrote: > > > > 'commit a8b456d01cd6 ("bdi: remove BDI_CAP_SYNCHRONOUS_IO")' > forgot > > remove the related header file. > > > > Fixes: a8b456d01cd6 ("bdi: remove BDI_CAP_SYNCHRONOUS_IO") > > Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> > > --- > > Applied, thanks, I'll manually drop the Fixes: tag. Thanks Dan.
diff --git a/drivers/nvdimm/pmem.c b/drivers/nvdimm/pmem.c index 875076b0ea6c..f33bdae626ba 100644 --- a/drivers/nvdimm/pmem.c +++ b/drivers/nvdimm/pmem.c @@ -23,7 +23,6 @@ #include <linux/uio.h> #include <linux/dax.h> #include <linux/nd.h> -#include <linux/backing-dev.h> #include <linux/mm.h> #include <asm/cacheflush.h> #include "pmem.h"
'commit a8b456d01cd6 ("bdi: remove BDI_CAP_SYNCHRONOUS_IO")' forgot remove the related header file. Fixes: a8b456d01cd6 ("bdi: remove BDI_CAP_SYNCHRONOUS_IO") Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> --- drivers/nvdimm/pmem.c | 1 - 1 file changed, 1 deletion(-)