Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h

Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Zhu Yi and committed by
John W. Linville
3234eeec 752e377b

+1 -1
-1
drivers/net/wireless/ipw2100.c
··· 194 194 #endif 195 195 196 196 #include <linux/moduleparam.h> 197 - #include <linux/mutex.h> 198 197 module_param(debug, int, 0444); 199 198 module_param(mode, int, 0444); 200 199 module_param(channel, int, 0444);
+1
drivers/net/wireless/ipw2100.h
··· 46 46 #endif 47 47 48 48 #include <linux/workqueue.h> 49 + #include <linux/mutex.h> 49 50 50 51 struct ipw2100_priv; 51 52 struct ipw2100_tx_packet;