Commit 138a53ef authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville

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: default avatarLuis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9bb862be
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
* Firmware loading and handling functions. * Firmware loading and handling functions.
*/ */
#include <linux/sched.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/module.h> #include <linux/module.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment