aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc
diff options
context:
space:
mode:
authorGravatar Helge Deller <deller@gmx.de> 2023-08-27 09:10:20 +0200
committerGravatar Helge Deller <deller@gmx.de> 2023-08-27 09:17:37 +0200
commit63c1ce56abddec2cec046cdbe6260bca09bf89a1 (patch)
tree561b0f2c0efde52f88972392e249a76cef6773d3 /arch/parisc
parentparisc: eisa: Convert HP EISA bus driver to use arch_initcall() (diff)
downloadlinux-63c1ce56abddec2cec046cdbe6260bca09bf89a1.tar.gz
linux-63c1ce56abddec2cec046cdbe6260bca09bf89a1.tar.bz2
linux-63c1ce56abddec2cec046cdbe6260bca09bf89a1.zip
parisc: ccio: Convert CCIO driver to use arch_initcall()
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/include/asm/processor.h1
-rw-r--r--arch/parisc/kernel/setup.c10
2 files changed, 0 insertions, 11 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
index b3db85b71e8b..215f4d03ba2a 100644
--- a/arch/parisc/include/asm/processor.h
+++ b/arch/parisc/include/asm/processor.h
@@ -315,7 +315,6 @@ extern int show_cpuinfo (struct seq_file *m, void *v);
/* driver code in driver/parisc */
extern void gsc_init(void);
extern void processor_init(void);
-extern void ccio_init(void);
extern void iosapic_init(void);
extern void lba_init(void);
extern void sba_init(void);
diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c
index 733a9010f370..86771ba893b6 100644
--- a/arch/parisc/kernel/setup.c
+++ b/arch/parisc/kernel/setup.c
@@ -290,16 +290,6 @@ static int __init parisc_init(void)
lba_init();
#endif
- /* CCIO before any potential subdevices */
-#if defined(CONFIG_IOMMU_CCIO)
- ccio_init();
-#endif
-
- /*
- * Need to register Asp & Wax before the EISA adapters for the IRQ
- * regions. EISA must come before PCI to be sure it gets IRQ region
- * 0.
- */
#if defined(CONFIG_GSC_LASI) || defined(CONFIG_GSC_WAX)
gsc_init();
#endif