Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283212
b: refs/heads/master
c: 34f1bde
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin committed Dec 4, 2011
1 parent fa1aec7 commit 36f207b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 34 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ebf5d0d79087005e1042df2cd0f7594782746d8
refs/heads/master: 34f1bdee1910f7efe3c32e1a891dba4fd21cb3b6
1 change: 1 addition & 0 deletions trunk/arch/mn10300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ config PCI
bool "Use PCI"
depends on MN10300_UNIT_ASB2305
default y
select GENERIC_PCI_IOMAP
help
Some systems (such as the ASB2305) have PCI onboard. If you have one
of these boards and you wish to use the PCI facilities, say Y here.
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mn10300/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ static inline void outsl(unsigned long addr, const void *buffer, int count)

/* Create a virtual mapping cookie for a PCI BAR (memory or IO) */
struct pci_dev;
extern void __iomem *pci_iomap(struct pci_dev *dev, int bar, unsigned long max);
static inline void pci_iounmap(struct pci_dev *dev, void __iomem *p)
{
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/mn10300/unit-asb2305/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
###############################################################################
obj-y := unit-init.o leds.o

obj-$(CONFIG_PCI) += pci.o pci-asb2305.o pci-irq.o pci-iomap.o
obj-$(CONFIG_PCI) += pci.o pci-asb2305.o pci-irq.o
31 changes: 0 additions & 31 deletions trunk/arch/mn10300/unit-asb2305/pci-iomap.c

This file was deleted.

0 comments on commit 36f207b

Please sign in to comment.