[PATCH] ipw2100: move mutex.h include from ipw2100.c to ipw2100.h
authorZhu Yi <yi.zhu@intel.com>
Tue, 28 Feb 2006 00:38:07 +0000 (08:38 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 17 Mar 2006 21:14:48 +0000 (16:14 -0500)
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2100.c
drivers/net/wireless/ipw2100.h

index 54437206f31e14ac967b0c4c45c4e660a432729a..e1bba481982d02f03c20323193db00d5b96d6b12 100644 (file)
@@ -194,7 +194,6 @@ static struct ipw2100_fw ipw2100_firmware;
 #endif
 
 #include <linux/moduleparam.h>
-#include <linux/mutex.h>
 module_param(debug, int, 0444);
 module_param(mode, int, 0444);
 module_param(channel, int, 0444);
index 7d390f74160f28e8ae1e54b8daf7c055b8c0732a..55b7227198df4dae1e620b74d70903ab1fea9d22 100644 (file)
@@ -46,6 +46,7 @@
 #endif
 
 #include <linux/workqueue.h>
+#include <linux/mutex.h>
 
 struct ipw2100_priv;
 struct ipw2100_tx_packet;