[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>
This commit is contained in:
Zhu Yi 2006-02-28 08:38:07 +08:00 коммит произвёл John W. Linville
Родитель 752e377bfd
Коммит 3234eeec18
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);

Просмотреть файл

@ -46,6 +46,7 @@
#endif
#include <linux/workqueue.h>
#include <linux/mutex.h>
struct ipw2100_priv;
struct ipw2100_tx_packet;