efi/cper, cxl: Remove cxl_err.h
authorDan Williams <dan.j.williams@intel.com>
Fri, 3 Feb 2023 19:26:49 +0000 (11:26 -0800)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 3 Feb 2023 22:59:58 +0000 (23:59 +0100)
commitb0048092f7d3921d56f2c5bfa32062fac5e7500b
tree944551fab3873afdb5578ab0267a4153d5550579
parent1758817e7ea822b1a7d1b95f0c35dd80d120805b
efi/cper, cxl: Remove cxl_err.h

While going to create include/linux/cxl.h for some cross-subsystem CXL
definitions I noticed that include/linux/cxl_err.h was already present.
That header has no reason to be global, and it duplicates the RAS
Capability Structure definitions in drivers/cxl/cxl.h. A follow-on patch
can consider unifying the CXL native error tracing with the CPER error
printing.

Also fixed up the spec reference as the latest released spec is v3.0.

Cc: Smita Koralahalli <Smita.KoralahalliChannabasappa@amd.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/cper_cxl.c
include/linux/cxl_err.h [deleted file]