···354354}355355#endif /* RFKILL || RFKILL_MODULE */356356357357-358358-#ifdef CONFIG_RFKILL_LEDS359359-/**360360- * rfkill_get_led_trigger_name - Get the LED trigger name for the button's LED.361361- * This function might return a NULL pointer if registering of the362362- * LED trigger failed. Use this as "default_trigger" for the LED.363363- */364364-const char *rfkill_get_led_trigger_name(struct rfkill *rfkill);365365-366366-/**367367- * rfkill_set_led_trigger_name -- set the LED trigger name368368- * @rfkill: rfkill struct369369- * @name: LED trigger name370370- *371371- * This function sets the LED trigger name of the radio LED372372- * trigger that rfkill creates. It is optional, but if called373373- * must be called before rfkill_register() to be effective.374374- */375375-void rfkill_set_led_trigger_name(struct rfkill *rfkill, const char *name);376376-#else377377-static inline const char *rfkill_get_led_trigger_name(struct rfkill *rfkill)378378-{379379- return NULL;380380-}381381-382382-static inline void383383-rfkill_set_led_trigger_name(struct rfkill *rfkill, const char *name)384384-{385385-}386386-#endif387387-388357#endif /* __KERNEL__ */389358390359#endif /* RFKILL_H */