On Mon, Jan 31, 2022 at 8:35 AM Jonathan Cameron <[email protected]> wrote: > > On Sun, 23 Jan 2022 16:30:25 -0800 > Dan Williams <[email protected]> wrote: > > > Similar to the mem.h rename, if the core wants to reuse definitions from > > drivers/cxl/pci.h it is unable to use <pci.h> as that collides with > > archs that have an arch/$arch/include/asm/pci.h, like MIPS. > > > > Reported-by: kernel test robot <[email protected]> > > Signed-off-by: Dan Williams <[email protected]> > > Does this perhaps want a fixes tag? >
It doesn't need one because it's not until this set that the drivers/cxl/core/ reaches out of its own directory to include this.
