libertas: include sched.h on firmware.c
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Tue, 24 Apr 2012 02:55:48 +0000 (19:55 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 May 2012 00:56:07 +0000 (20:56 -0400)
commit138a53ef49ac59860aa6ed0c9ea117d221174a9a
tree657de83ea5e3171f70212db0872342f3e35f279d
parent9bb862beb6e5839e92f709d33fda07678f062f20
libertas: include sched.h on firmware.c

Do not assume we have our subsystem including this for us,
at least for older kernels this is not true. Lets just be
explicit about this requirement for the usage of wake_up().

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/firmware.c