diff options
author | Simon Glass | 2023-02-01 13:20:08 -0700 |
---|---|---|
committer | Tom Rini | 2023-02-07 14:33:49 -0500 |
commit | 295ae34c075d35e807bd61953d9418da89cbd554 (patch) | |
tree | e499917c261fc6a8339cf093a7bd281ca6b77c73 /arch/sh/include | |
parent | 69f06c8da6ec02d32973b3035f66e9697bcc1fe3 (diff) |
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/sh/include')
-rw-r--r-- | arch/sh/include/asm/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/pci.h b/arch/sh/include/asm/pci.h index 5d79d0ec58e..18b95ff5cfb 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 |