Re: [PATCH v1 1/1] x86/PCI: Drop 'pci' suffix from intel_mid_pci.c
From: Ingo Molnar
Date: Mon Apr 07 2025 - 13:49:13 EST
* Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote:
> CE4100 PCI specific code has no 'pci' suffix in the filename,
> intel_mid_pci.c is the only one that duplicates the folder
> name in its filename, drop that redundancy.
>
> While at it, group the respective modules in the Makefile.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 2 +-
> arch/x86/pci/Makefile | 6 +++---
> arch/x86/pci/{intel_mid_pci.c => intel_mid.c} | 0
> 3 files changed, 4 insertions(+), 4 deletions(-)
> rename arch/x86/pci/{intel_mid_pci.c => intel_mid.c} (100%)
Acked-by: Ingo Molnar <mingo@xxxxxxxxxx>
Thanks,
Ingo