]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
x86/PCI: Drop 'pci' suffix from intel_mid_pci.c
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 7 Apr 2025 07:03:21 +0000 (10:03 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 17 Apr 2025 20:19:45 +0000 (15:19 -0500)
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
MAINTAINERS
arch/x86/pci/Makefile
arch/x86/pci/intel_mid.c [moved from arch/x86/pci/intel_mid_pci.c with 100% similarity]

index 96b82704950184bd71623ff41fc4df31e4c7fe87..1f6514d55b1747c19f11f3b8a69117e19d26f58d 100644 (file)
@@ -12120,7 +12120,7 @@ M:      Andy Shevchenko <andy@kernel.org>
 L:     linux-kernel@vger.kernel.org
 S:     Supported
 F:     arch/x86/include/asm/intel-mid.h
-F:     arch/x86/pci/intel_mid_pci.c
+F:     arch/x86/pci/intel_mid.c
 F:     arch/x86/platform/intel-mid/
 F:     drivers/dma/hsu/
 F:     drivers/extcon/extcon-intel-mrfld.c
index 4933fb33798322626005211212fb2e795f716aae..c1efd5b0d1982969f1f0fd13bd2abad7bbb3c87e 100644 (file)
@@ -8,13 +8,13 @@ obj-$(CONFIG_PCI_OLPC)                += olpc.o
 obj-$(CONFIG_PCI_XEN)          += xen.o
 
 obj-y                          += fixup.o
-obj-$(CONFIG_X86_INTEL_CE)      += ce4100.o
 obj-$(CONFIG_ACPI)             += acpi.o
 obj-y                          += legacy.o irq.o
 
-obj-$(CONFIG_X86_NUMACHIP)     += numachip.o
+obj-$(CONFIG_X86_INTEL_CE)     += ce4100.o
+obj-$(CONFIG_X86_INTEL_MID)    += intel_mid.o
 
-obj-$(CONFIG_X86_INTEL_MID)    += intel_mid_pci.o
+obj-$(CONFIG_X86_NUMACHIP)     += numachip.o
 
 obj-y                          += common.o early.o
 obj-y                          += bus_numa.o