Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 752e377b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
#endif

#include <linux/workqueue.h>
#include <linux/mutex.h>

struct ipw2100_priv;
struct ipw2100_tx_packet;