diff options
author | David S. Miller <davem@davemloft.net> | 2009-07-22 11:18:40 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-07-22 11:18:40 -0700 |
commit | d14a7679ae9b7d4eb4b92e81f5039b719fd98c4d (patch) | |
tree | cb12e313178092e92136704660d68f7ce6578d19 /include | |
parent | de72e5de062e48a992d6cafe2291a82fe498d641 (diff) | |
parent | 154839962a582b8eb661cde94ef3af0e03b374d7 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/rfkill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rfkill.h b/include/linux/rfkill.h index 2ce29831feb6..278777fa8a3a 100644 --- a/include/linux/rfkill.h +++ b/include/linux/rfkill.h @@ -224,7 +224,7 @@ void rfkill_destroy(struct rfkill *rfkill); * should be blocked) so that drivers need not keep track of the soft * block state -- which they might not be able to. */ -bool __must_check rfkill_set_hw_state(struct rfkill *rfkill, bool blocked); +bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked); /** * rfkill_set_sw_state - Set the internal rfkill software block state |