From 3b425dd2aeb8c876805a4cc29d84a6c455b43530 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Sun, 27 Aug 2023 09:36:23 +0200 Subject: parisc: led: Move register_led_regions() to late_initcall() Signed-off-by: Helge Deller --- arch/parisc/include/asm/led.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/parisc/include') diff --git a/arch/parisc/include/asm/led.h b/arch/parisc/include/asm/led.h index 6de13d08a388..d1a016e33198 100644 --- a/arch/parisc/include/asm/led.h +++ b/arch/parisc/include/asm/led.h @@ -27,9 +27,6 @@ /* register_led_driver() */ int __init register_led_driver(int model, unsigned long cmd_reg, unsigned long data_reg); -/* registers the LED regions for procfs */ -void __init register_led_regions(void); - #ifdef CONFIG_CHASSIS_LCD_LED /* writes a string to the LCD display (if possible on this h/w) */ int lcd_print(const char *str); -- cgit