On Tue, Nov 22, 2011 at 02:25:02PM +1100, Stephen Rothwell wrote: > After merging the wireless-next tree, today's linux-next build > (x86_64_allmodconfig) produced this warning: > > drivers/net/wireless/iwlegacy/debug.c:1395:1: warning: data definition has no type or storage class [enabled by default] > drivers/net/wireless/iwlegacy/debug.c:1395:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] > drivers/net/wireless/iwlegacy/debug.c:1395:1: warning: parameter names (without types) in function declaration [enabled by default] > drivers/net/wireless/iwlegacy/debug.c:1410:1: warning: data definition has no type or storage class [enabled by default] > drivers/net/wireless/iwlegacy/debug.c:1410:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' [-Wimplicit-int] > drivers/net/wireless/iwlegacy/debug.c:1410:1: warning: parameter names (without types) in function declaration [enabled by default] > > This indicates that this file needs to include export.h. I think adding export.h to debug.c should be part of current wireless-next manual merge (debug.c include old iwl-debugfs.c, which was modified with export.h). If not, I'm posting patch with fix in the following email. Thanks Stanislaw -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html