Bläddra i källkod

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>
Luis R. Rodriguez 13 år sedan
förälder
incheckning
138a53ef49
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      drivers/net/wireless/libertas/firmware.c

+ 1 - 0
drivers/net/wireless/libertas/firmware.c

@@ -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>