iwlwifi: fix iwl-rx.c compilation
authorStanislaw Gruszka <sgruszka@redhat.com>
Mon, 7 Mar 2011 08:22:24 +0000 (09:22 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 7 Mar 2011 18:51:04 +0000 (13:51 -0500)
My commit 466a19a003f3b45a755bc85f967c21da947f9a00 "iwlwifi: move rx
handlers code to iwl-rx.c" breaks compilation on 32 bits. Fix that.

Reported-by: Guy, Wey-Yi <wey-yi.w.guy@intel.com>
Reported-by: Daniel Halperin <dhalperi@cs.washington.edu>
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-rx.c

index 7dc2d39..6f9a2fa 100644 (file)
@@ -29,6 +29,7 @@
 
 #include <linux/etherdevice.h>
 #include <linux/slab.h>
+#include <linux/sched.h>
 #include <net/mac80211.h>
 #include <asm/unaligned.h>
 #include "iwl-eeprom.h"