Skip to content

Commit ea0ee04

Browse files
author
Myron Stowe
committed
x86/PCI: Drop 'pci' suffix from intel_mid_pci.c
JIRA: https://issues.redhat.com/browse/RHEL-107597 Upstream Status: a2c6c1c commit a2c6c1c Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Date: Mon Apr 7 10:03:21 2025 +0300 x86/PCI: Drop 'pci' suffix from intel_mid_pci.c 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@linux.intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Ingo Molnar <mingo@kernel.org> Link: https://patch.msgid.link/20250407070321.3761063-1-andriy.shevchenko@linux.intel.com Signed-off-by: Myron Stowe <mstowe@redhat.com>
1 parent 5a360a8 commit ea0ee04

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11697,7 +11697,7 @@ M: Andy Shevchenko <andy@kernel.org>
1169711697
L: linux-kernel@vger.kernel.org
1169811698
S: Supported
1169911699
F: arch/x86/include/asm/intel-mid.h
11700-
F: arch/x86/pci/intel_mid_pci.c
11700+
F: arch/x86/pci/intel_mid.c
1170111701
F: arch/x86/platform/intel-mid/
1170211702
F: drivers/extcon/extcon-intel-mrfld.c
1170311703
F: drivers/iio/adc/intel_mrfld_adc.c

arch/x86/pci/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ obj-$(CONFIG_PCI_OLPC) += olpc.o
88
obj-$(CONFIG_PCI_XEN) += xen.o
99

1010
obj-y += fixup.o
11-
obj-$(CONFIG_X86_INTEL_CE) += ce4100.o
1211
obj-$(CONFIG_ACPI) += acpi.o
1312
obj-y += legacy.o irq.o
1413

1514
obj-$(CONFIG_STA2X11) += sta2x11-fixup.o
1615

17-
obj-$(CONFIG_X86_NUMACHIP) += numachip.o
16+
obj-$(CONFIG_X86_INTEL_CE) += ce4100.o
17+
obj-$(CONFIG_X86_INTEL_MID) += intel_mid.o
1818

19-
obj-$(CONFIG_X86_INTEL_MID) += intel_mid_pci.o
19+
obj-$(CONFIG_X86_NUMACHIP) += numachip.o
2020

2121
obj-y += common.o early.o
2222
obj-y += bus_numa.o
File renamed without changes.

0 commit comments

Comments
 (0)