Skip to content

Commit c49de94

Browse files
Alan Coxlinvjw
authored andcommitted
libertas: fix build
drivers/net/wireless/libertas/cmdresp.c: In function ‘lbs_process_event’: drivers/net/wireless/libertas/cmdresp.c:519: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function) drivers/net/wireless/libertas/cmdresp.c:519: error: (Each undeclared identifier is reported only once drivers/net/wireless/libertas/cmdresp.c:519: error: for each function it appears in.) Signed-off-by: Alan Cox <[email protected]> Signed-off-by: John W. Linville <[email protected]>
1 parent d20ef63 commit c49de94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wireless/libertas/cmdresp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* responses as well as events generated by firmware.
44
*/
55
#include <linux/delay.h>
6+
#include <linux/sched.h>
67
#include <linux/if_arp.h>
78
#include <linux/netdevice.h>
89
#include <asm/unaligned.h>

0 commit comments

Comments
 (0)