Commit 5dc81c30 authored by Zhu Yi's avatar Zhu Yi Committed by John W. Linville
Browse files

[PATCH] ipw2200: fix compile warning when !CONFIG_IPW2200_DEBUG

parent d2b83e12
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,7 +46,9 @@ MODULE_AUTHOR(DRV_COPYRIGHT);
MODULE_LICENSE("GPL");

static int cmdlog = 0;
#ifdef CONFIG_IPW2200_DEBUG
static int debug = 0;
#endif
static int channel = 0;
static int mode = 0;