cxl/pci: Rename pci.h to cxlpci.h
authorDan Williams <dan.j.williams@intel.com>
Mon, 24 Jan 2022 00:30:25 +0000 (16:30 -0800)
committerDan Williams <dan.j.williams@intel.com>
Wed, 9 Feb 2022 06:57:30 +0000 (22:57 -0800)
commitaf9cae9facc2de773b4aa59916913cfd6e18bdd0
tree172c05c0bc8ccfad85efc4223e2b7e137f9a754a
parentc978f1b10aba8ce4f8e1f6fcc86b174e08a6e7f7
cxl/pci: Rename pci.h to cxlpci.h

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 <lkp@intel.com>
Acked-by: Ben Widawsky <ben.widawsky@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/164298422510.3018233.14693126572756675563.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/acpi.c
drivers/cxl/core/regs.c
drivers/cxl/cxlpci.h [new file with mode: 0644]
drivers/cxl/pci.c
drivers/cxl/pci.h [deleted file]