Re: [PATCH 01/15] cxl/core: Remove duplicate declaration of devm_cxl_iomap_block()

From: Robert Richter
Date: Thu Sep 08 2022 - 10:52:17 EST


On 07.09.22 22:44:01, Dan Williams wrote:
> Robert Richter wrote:
> > The function devm_cxl_iomap_block() is only used in the core
> > code. There are two declarations in header files of it, in
> > drivers/cxl/core/core.h and drivers/cxl/cxl.h. Remove its unused
> > declaration in drivers/cxl/cxl.h.
> >
> > Signed-off-by: Robert Richter <rrichter@xxxxxxx>
>
> Looks good,
>
> Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>

Note there was a 0day build error. So I will add the inclusion of
"core.h" to core/regs.c to this patch. I hope that is ok.

Thanks,

-Robert