diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 18:01:31 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-04-16 18:01:31 +0900 |
commit | 0232ba9ce031d0fd8f331fa8b3c00e16901f54e6 (patch) | |
tree | 23ded02afa77863da3d19a8ca8de156ec10f638f /arch/sh/drivers/pci/ops-rts7751r2d.c | |
parent | f1a9ba8f15f89f3f444985251efaf809cd16da53 (diff) | |
download | talos-obmc-linux-0232ba9ce031d0fd8f331fa8b3c00e16901f54e6.tar.gz talos-obmc-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-rts7751r2d.c')
-rw-r--r-- | arch/sh/drivers/pci/ops-rts7751r2d.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sh/drivers/pci/ops-rts7751r2d.c b/arch/sh/drivers/pci/ops-rts7751r2d.c index d374cd37f455..96b916c0d6c5 100644 --- a/arch/sh/drivers/pci/ops-rts7751r2d.c +++ b/arch/sh/drivers/pci/ops-rts7751r2d.c @@ -56,13 +56,6 @@ static struct sh4_pci_address_map sh7751_pci_map = { .base = SH7751_CS3_BASE_ADDR, .size = 0x04000000, }, - - .window1 = { - .base = 0x00000000, /* Unused */ - .size = 0x00000000, /* Unused */ - }, - - .flags = SH4_PCIC_NO_RESET, }; int __init pcibios_init_platform(void) |