[PATCH] ipw2200: fix compile warning when !CONFIG_IPW2200_DEBUG
Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
@@ -46,7 +46,9 @@ MODULE_AUTHOR(DRV_COPYRIGHT);
|
|||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
||||||
static int cmdlog = 0;
|
static int cmdlog = 0;
|
||||||
|
#ifdef CONFIG_IPW2200_DEBUG
|
||||||
static int debug = 0;
|
static int debug = 0;
|
||||||
|
#endif
|
||||||
static int channel = 0;
|
static int channel = 0;
|
||||||
static int mode = 0;
|
static int mode = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user