Re: [PATCH v3 3/7] efi/cper, cxl: Remove cper_cxl.h

From: Ira Weiny
Date: Mon Dec 02 2024 - 13:15:23 EST


Smita Koralahalli wrote:
> Move the declaration of cxl_cper_print_prot_err() to include/linux/cper.h
> to avoid maintaining a separate header file just for this function
> declaration. Remove drivers/firmware/efi/cper_cxl.h as its contents have
> been reorganized.
>
> Eliminate its corresponding #include directives from source files that
> previously included it, since the header file has been removed.
>
> No functional changes.
>
> Signed-off-by: Smita Koralahalli <Smita.KoralahalliChannabasappa@xxxxxxx>

I was going to make a comment on this header being pretty sparse after
patch 2. Thanks!

Reviewed-by: Ira Weiny <ira.weiny@xxxxxxxxx>