Skip to content

Commit

Permalink
sh: pci: Rename pci-new.c to pci.c.
Browse files Browse the repository at this point in the history
pci-new.c is now in a state to replace the old pci.c, rename it
accordingly.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Apr 20, 2009
1 parent 35bcfff commit cf24200
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions arch/sh/drivers/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ config SH_PCIDMA_NONCOHERENT
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
to see if you can say 'N' here. Otherwise, leave it as 'Y'.

config PCI_NEW
def_bool y
depends on PCI
2 changes: 1 addition & 1 deletion arch/sh/drivers/pci/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# 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_SH7751R) += pci-sh7751.o ops-sh4.o
Expand Down
File renamed without changes.

0 comments on commit cf24200

Please sign in to comment.