Commit df125ce9 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] pcmcia/i82365.c warning fix

From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br>

drivers/pcmcia/i82365.c: At top level:
drivers/pcmcia/i82365.c:71: warning: `version' defined but not used
parent d14c7e92
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
#include "o2micro.h" #include "o2micro.h"
#ifdef DEBUG #ifdef DEBUG
static const char *version = static const char version[] =
"i82365.c 1.265 1999/11/10 18:36:21 (David Hinds)"; "i82365.c 1.265 1999/11/10 18:36:21 (David Hinds)";
static int pc_debug; static int pc_debug;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment