aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-08-27 09:14:42 +0200
committerHelge Deller <deller@gmx.de>2023-08-27 09:17:37 +0200
commitba8723b1edf9dbd4c10a739375a60506fd00652b (patch)
treeffed4f3f3a707b09eafa8da42cea97dd9d1b986b /arch/parisc
parent63c1ce56abddec2cec046cdbe6260bca09bf89a1 (diff)
downloadlinux-ba8723b1edf9dbd4c10a739375a60506fd00652b.tar.gz
parisc: gsc: Convert GSC bus driver to use arch_initcall()
This conversion includes LASI, ASP and WAX drivers for now. 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.c4
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h
index 215f4d03ba2ab..44e9a03fd778b 100644
--- a/arch/parisc/include/asm/processor.h
+++ b/arch/parisc/include/asm/processor.h
@@ -313,7 +313,6 @@ extern void collect_boot_cpu_data(void);
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 iosapic_init(void);
extern void lba_init(void);
diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c
index 86771ba893b67..444357815c2d0 100644
--- a/arch/parisc/kernel/setup.c
+++ b/arch/parisc/kernel/setup.c
@@ -290,10 +290,6 @@ static int __init parisc_init(void)
lba_init();
#endif
-#if defined(CONFIG_GSC_LASI) || defined(CONFIG_GSC_WAX)
- gsc_init();
-#endif
-
#ifdef CONFIG_CHASSIS_LCD_LED
register_led_regions(); /* register LED port info in procfs */
#endif