Re: iwlwifi: add missing type declaration

2016-07-12 Thread Kalle Valo
lare 'struct device' before its first > use, > rather than including the entire header file. > > Signed-off-by: Arnd Bergmann > Fixes: 21cb3222fe56 ("iwlwifi: decouple PCIe transport from mac80211") > Acked-by: Luca Coelho Thanks, 1 patch applied to wireless-drivers-next.git: 25f700ef0653 iwlwifi: add missing type declaration -- Sent by pwcli https://patchwork.kernel.org/patch/9224105/

Re: [PATCH] iwlwifi: add missing type declaration

2016-07-12 Thread Luca Coelho
On Mon, 2016-07-11 at 22:49 +0200, Arnd Bergmann wrote: > The iwl-debug.h header relies in implicit inclusion of linux/device.h > and > we get a lot of warnings without that: > > drivers/net/wireless/intel/iwlwifi/iwl-debug.h:44:23: error: 'struct > device' declared inside parameter list will not

[PATCH] iwlwifi: add missing type declaration

2016-07-11 Thread Arnd Bergmann
The iwl-debug.h header relies in implicit inclusion of linux/device.h and we get a lot of warnings without that: drivers/net/wireless/intel/iwlwifi/iwl-debug.h:44:23: error: 'struct device' declared inside parameter list will not be visible outside of this definition or declaration [-Werror] vo