summaryrefslogtreecommitdiffstats
path: root/arch/sh/drivers/pci/ops-r7780rp.c
diff options
context:
space:
mode:
authorPaul Mundt2009-04-16 11:01:31 +0200
committerPaul Mundt2009-04-16 11:01:31 +0200
commit0232ba9ce031d0fd8f331fa8b3c00e16901f54e6 (patch)
tree23ded02afa77863da3d19a8ca8de156ec10f638f /arch/sh/drivers/pci/ops-r7780rp.c
parentsh: pci: drop duplicate PCIC fixups for SE7780 and SH7785LCR. (diff)
downloadkernel-qcow2-linux-0232ba9ce031d0fd8f331fa8b3c00e16901f54e6.tar.gz
kernel-qcow2-linux-0232ba9ce031d0fd8f331fa8b3c00e16901f54e6.tar.xz
kernel-qcow2-linux-0232ba9ce031d0fd8f331fa8b3c00e16901f54e6.zip
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-r7780rp.c')
-rw-r--r--arch/sh/drivers/pci/ops-r7780rp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/drivers/pci/ops-r7780rp.c b/arch/sh/drivers/pci/ops-r7780rp.c
index c58f1cff9fba..8ec6d225ef9d 100644
--- a/arch/sh/drivers/pci/ops-r7780rp.c
+++ b/arch/sh/drivers/pci/ops-r7780rp.c
@@ -57,8 +57,6 @@ static struct sh4_pci_address_map sh7780_pci_map = {
.base = SH7780_CS3_BASE_ADDR,
.size = 0x04000000,
},
-
- .flags = SH4_PCIC_NO_RESET,
};
int __init pcibios_init_platform(void)