aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/ops-sdk7780.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-04-16 05:01:31 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-04-16 05:01:31 -0400
commit0232ba9ce031d0fd8f331fa8b3c00e16901f54e6 (patch)
tree23ded02afa77863da3d19a8ca8de156ec10f638f /arch/sh/drivers/pci/ops-sdk7780.c
parentf1a9ba8f15f89f3f444985251efaf809cd16da53 (diff)
sh: pci: Kill off unused SH4_PCIC_NO_RESET code.
Nothing ended up using this anymore, so just kill it off. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/drivers/pci/ops-sdk7780.c')
-rw-r--r--arch/sh/drivers/pci/ops-sdk7780.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/drivers/pci/ops-sdk7780.c b/arch/sh/drivers/pci/ops-sdk7780.c
index b34fbc54a7c6..6a0b7c067831 100644
--- a/arch/sh/drivers/pci/ops-sdk7780.c
+++ b/arch/sh/drivers/pci/ops-sdk7780.c
@@ -62,7 +62,6 @@ static struct sh4_pci_address_map sdk7780_pci_map = {
62 .base = SH7780_CS3_BASE_ADDR, 62 .base = SH7780_CS3_BASE_ADDR,
63 .size = 0x04000000, 63 .size = 0x04000000,
64 }, 64 },
65 .flags = SH4_PCIC_NO_RESET,
66}; 65};
67 66
68int __init pcibios_init_platform(void) 67int __init pcibios_init_platform(void)