Skip to content

Commit a2c6c1c

Browse files
andy-shevbjorn-helgaas
authored andcommitted
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 <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Ingo Molnar <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 0af2f6b commit a2c6c1c

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
@@ -12120,7 +12120,7 @@ M: Andy Shevchenko <[email protected]>
1212012120
1212112121
S: Supported
1212212122
F: arch/x86/include/asm/intel-mid.h
12123-
F: arch/x86/pci/intel_mid_pci.c
12123+
F: arch/x86/pci/intel_mid.c
1212412124
F: arch/x86/platform/intel-mid/
1212512125
F: drivers/dma/hsu/
1212612126
F: drivers/extcon/extcon-intel-mrfld.c

arch/x86/pci/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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

15-
obj-$(CONFIG_X86_NUMACHIP) += numachip.o
14+
obj-$(CONFIG_X86_INTEL_CE) += ce4100.o
15+
obj-$(CONFIG_X86_INTEL_MID) += intel_mid.o
1616

17-
obj-$(CONFIG_X86_INTEL_MID) += intel_mid_pci.o
17+
obj-$(CONFIG_X86_NUMACHIP) += numachip.o
1818

1919
obj-y += common.o early.o
2020
obj-y += bus_numa.o
File renamed without changes.

0 commit comments

Comments
 (0)