···2727/* register_led_driver() */2828int __init register_led_driver(int model, unsigned long cmd_reg, unsigned long data_reg);29293030-/* registers the LED regions for procfs */3131-void __init register_led_regions(void);3232-3330#ifdef CONFIG_CHASSIS_LCD_LED3431/* writes a string to the LCD display (if possible on this h/w) */3532int lcd_print(const char *str);
-5
arch/parisc/kernel/setup.c
···286286#if defined(CONFIG_IOMMU_SBA)287287 sba_init();288288#endif289289-290290-#ifdef CONFIG_CHASSIS_LCD_LED291291- register_led_regions(); /* register LED port info in procfs */292292-#endif293293-294289 return 0;295290}296291arch_initcall(parisc_init);