Commit 3234eeec authored by Zhu Yi's avatar Zhu Yi Committed by John W. Linville

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

Signed-off-by: default avatarZhu Yi <yi.zhu@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 752e377b
...@@ -194,7 +194,6 @@ static struct ipw2100_fw ipw2100_firmware; ...@@ -194,7 +194,6 @@ static struct ipw2100_fw ipw2100_firmware;
#endif #endif
#include <linux/moduleparam.h> #include <linux/moduleparam.h>
#include <linux/mutex.h>
module_param(debug, int, 0444); module_param(debug, int, 0444);
module_param(mode, int, 0444); module_param(mode, int, 0444);
module_param(channel, int, 0444); module_param(channel, int, 0444);
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#endif #endif
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <linux/mutex.h>
struct ipw2100_priv; struct ipw2100_priv;
struct ipw2100_tx_packet; struct ipw2100_tx_packet;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment