Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150140
b: refs/heads/master
c: aeca78b
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and John W. Linville committed May 6, 2009
1 parent 1c419f7 commit a15eff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ef9ccdd9ec7f2cf28d0605c216d853687f5291d
refs/heads/master: aeca78b9b094d00cccca39e9a1055c74ad83ea69
5 changes: 5 additions & 0 deletions trunk/net/rfkill/rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ static void rfkill_led_trigger_activate(struct led_classdev *led)

rfkill_led_trigger(rfkill, rfkill->state);
}
#else
static inline void rfkill_led_trigger(struct rfkill *rfkill,
enum rfkill_state state)
{
}
#endif /* CONFIG_RFKILL_LEDS */

static void rfkill_uevent(struct rfkill *rfkill)
Expand Down

0 comments on commit a15eff5

Please sign in to comment.