Hi John, On Sun, 2011-03-06 at 17:27 -0800, John W. Linville wrote: > On Sun, Mar 06, 2011 at 01:26:49PM -0800, Guy, Wey-Yi wrote: > > Hi Daniel, > > > > > > On Fri, 2011-03-04 at 16:15 -0800, Daniel Halperin wrote: > > > drivers/net/wireless/iwlwifi/iwl-rx.c: In function > > > âiwl_rx_card_state_notifâ: > > > drivers/net/wireless/iwlwifi/iwl-rx.c:778: error: âTASK_INTERRUPTIBLEâ > > > undeclared (first use in this function) > > > drivers/net/wireless/iwlwifi/iwl-rx.c:778: error: (Each undeclared > > > identifier is reported only once > > > drivers/net/wireless/iwlwifi/iwl-rx.c:778: error: for each function it > > > appears in.) > > > > > > > > > iwl-tx.c has an include for sched.h that isn't here and is probably > > > the problem. > > > > > > > > Stanislow last patch > > commit 466a19a003f3b45a755bc85f967c21da947f9a00: iwlwifi: move rx > > handlers code to iwl-rx.c > > break the compile > > > > John, please revert the patch > > That seems a bit silly. Does adding an include for sched.h to iwl-rx.c > fix the build issue? > > I wonder why this builds fine for me? What arch fails to build? yes, adding sched.h works just fine and it is easy to fix, just not sure should we add a patch and leave the compile broken or revert the patch then re-submit with one line added. both works for me; just don't like have the code can not compile at one point. :-) it is my regular ubuntu 32 bit build system for me and nothing different, not sure why works for you? Thanks Wey -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html