mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
[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:
parent
d2b83e1214
commit
5dc81c3071
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue