dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Luis R. Rodriguez 2012-04-23 19:55:48 -07:00 committed by John W. Linville
parent 9bb862beb6
commit 138a53ef49
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Firmware loading and handling functions.
*/
#include <linux/sched.h>
#include <linux/firmware.h>
#include <linux/firmware.h>
#include <linux/module.h>