aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-03-10 17:48:26 -0400
committerDavid S. Miller <davem@davemloft.net>2013-03-10 17:48:26 -0400
commit73e046839925920eff2085e9238c81f051d9619b (patch)
tree2d1f0d829d5648570b7a1c51fc1220ec00aab4ea
parenttcp: Remove unused tw_cookie_values from tcp_timewait_sock (diff)
downloadlinux-dev-73e046839925920eff2085e9238c81f051d9619b.tar.xz
linux-dev-73e046839925920eff2085e9238c81f051d9619b.zip
Revert "eicon: Fixed checkpatch warning"
This reverts commit e41eef8f317a4cfe43ec4de2527703a2e6f16087. It breaks the build, this symbol is refernced by debugging macros in diddfunc.c Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/isdn/hardware/eicon/diva_didd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/eicon/diva_didd.c b/drivers/isdn/hardware/eicon/diva_didd.c
index 21468be0f3d5..fab6ccfb00d5 100644
--- a/drivers/isdn/hardware/eicon/diva_didd.c
+++ b/drivers/isdn/hardware/eicon/diva_didd.c
@@ -29,7 +29,7 @@ static char *main_revision = "$Revision: 1.13.6.4 $";
static char *DRIVERNAME =
"Eicon DIVA - DIDD table (http://www.melware.net)";
static char *DRIVERLNAME = "divadidd";
-static char *DRIVERRELEASE_DIDD = "2.0";
+char *DRIVERRELEASE_DIDD = "2.0";
MODULE_DESCRIPTION("DIDD table driver for diva drivers");
MODULE_AUTHOR("Cytronics & Melware, Eicon Networks");