Commit cf242007 authored by Paul Mundt's avatar Paul Mundt

sh: pci: Rename pci-new.c to pci.c.

pci-new.c is now in a state to replace the old pci.c, rename it
accordingly.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 35bcfffd
...@@ -17,7 +17,3 @@ config SH_PCIDMA_NONCOHERENT ...@@ -17,7 +17,3 @@ config SH_PCIDMA_NONCOHERENT
code will not have to flush the CPU's caches. If you have a PCI host code will not have to flush the CPU's caches. If you have a PCI host
bridge integrated with your SH CPU, refer carefully to the chip specs bridge integrated with your SH CPU, refer carefully to the chip specs
to see if you can say 'N' here. Otherwise, leave it as 'Y'. to see if you can say 'N' here. Otherwise, leave it as 'Y'.
config PCI_NEW
def_bool y
depends on PCI
# #
# Makefile for the PCI specific kernel interface routines under Linux. # Makefile for the PCI specific kernel interface routines under Linux.
# #
obj-$(CONFIG_PCI_NEW) += pci-new.o obj-y += pci.o
obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o
obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += pci-sh7751.o ops-sh4.o obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += pci-sh7751.o ops-sh4.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment