From 295ae34c075d35e807bd61953d9418da89cbd554 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:20:08 -0700 Subject: sh4: Drop unused pci_sh7780 driver This is not used. Drop the driver and Kconfig option. Signed-off-by: Simon Glass --- arch/sh/include/asm/pci.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/sh/include/asm/pci.h') 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 #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 -- cgit v1.2.3