diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-30 01:41:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-30 01:41:21 +0900 |
commit | 396c56a9c69ebb0baf9171a6365ac9fda322728d (patch) | |
tree | ad501a9148d96c10cf45a79ca9c6c188a03da627 /arch/sh/drivers/pci/pci-sh4.h | |
parent | 320e68da59353fe6ad51b81f6865c4b674ad66ea (diff) |
sh: Kill off broken type 1 PCI config access checks.
The host controllers only support type 1, so there's not much else to
test for. Some of the older controllers also supported type 2 accesses,
but we've never supported those, and likely never will. Beyond that, the
P1SEG test is meaningless for 32-bit mode, so rather than refactoring it,
just kill the type 1 test off completely.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/pci-sh4.h')
-rw-r--r-- | arch/sh/drivers/pci/pci-sh4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/pci-sh4.h b/arch/sh/drivers/pci/pci-sh4.h index 43dddd82756..cbf763b3015 100644 --- a/arch/sh/drivers/pci/pci-sh4.h +++ b/arch/sh/drivers/pci/pci-sh4.h @@ -162,7 +162,6 @@ /* arch/sh/kernel/drivers/pci/ops-sh4.c */ extern struct pci_ops sh4_pci_ops; -int sh4_pci_check_direct(struct pci_channel *chan); int pci_fixup_pcic(struct pci_channel *chan); struct sh4_pci_address_space { |