diff options
author | Helge Deller <deller@gmx.de> | 2023-08-27 08:56:16 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-08-27 09:17:37 +0200 |
commit | 49663185d050ddb4b2bc3297c04c976078c4911f (patch) | |
tree | 8ec77ac62ba3703e274b2a822841ba307c993e00 /arch | |
parent | 07c34e9fdcda868ef33c234e403b88dfb4aa6d8c (diff) |
parisc: hppb: Convert HP PB bus driver to use arch_initcall()
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/include/asm/processor.h | 1 | ||||
-rw-r--r-- | arch/parisc/kernel/setup.c | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/parisc/include/asm/processor.h b/arch/parisc/include/asm/processor.h index 275456ea7758..e0386767c0a4 100644 --- a/arch/parisc/include/asm/processor.h +++ b/arch/parisc/include/asm/processor.h @@ -316,7 +316,6 @@ extern int show_cpuinfo (struct seq_file *m, void *v); extern void gsc_init(void); extern void processor_init(void); extern void ccio_init(void); -extern void hppb_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 e993ce617166..795486f0a1ea 100644 --- a/arch/parisc/kernel/setup.c +++ b/arch/parisc/kernel/setup.c @@ -307,10 +307,6 @@ static int __init parisc_init(void) parisc_eisa_init(); #endif -#if defined(CONFIG_HPPB) - hppb_init(); -#endif - #ifdef CONFIG_CHASSIS_LCD_LED register_led_regions(); /* register LED port info in procfs */ #endif |