summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 23:20:08 +0300
committerTom Rini <trini@konsulko.com>2023-02-07 22:33:49 +0300
commit295ae34c075d35e807bd61953d9418da89cbd554 (patch)
treee499917c261fc6a8339cf093a7bd281ca6b77c73 /arch
parent69f06c8da6ec02d32973b3035f66e9697bcc1fe3 (diff)
downloadu-boot-295ae34c075d35e807bd61953d9418da89cbd554.tar.xz
sh4: Drop unused pci_sh7780 driver
This is not used. Drop the driver and Kconfig option. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/include/asm/pci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h
index 5d79d0ec58..18b95ff5cf 100644
--- a/arch/sh/include/asm/pci.h
+++ b/arch/sh/include/asm/pci.h
@@ -13,8 +13,6 @@
#include <pci.h>
#if defined(CONFIG_SH7751_PCI)
int pci_sh7751_init(struct pci_controller *hose);
-#elif defined(CONFIG_SH7780_PCI)
-int pci_sh7780_init(struct pci_controller *hose);
#else
#error "Not support PCI."
#endif